Cellule Numerique wrote:
And i have change the Time when tcptmr() is call. The new Time is: 10uS.

What is that supposed to mean? Are you calling tcp_tmr() every 10 microseconds?? Or every 10 seconds? I thought the comments in the code make it quite clear that you are supposed to call this function every 250ms*. You should only change that timing if you really know what you are doing and why!

*I guess anything between 200ms and 300ms is probably OK if you can't ensure better timing correctness.

Simon

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to