Matthias Dübon wrote:
calling sys_check_timeouts in the main loop does not suffice, cause the tcp_tmr is not activated in the timers.c module.
Matthias, there would be something seriously wrong with your code if calling sys_check_timeouts wouldn't suffice.
I wonder how what are you actually complaining about? Does anything not work as expected? Have a look at timers.c lines 72-111. The TCP timer is only active when needed (i.e. not active when no connections need a timeout).
Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
