I am using LwIP 1.4.1, the problem is I have to use sys_timeouts(), for "Ping Request Timed out" prints inside ping.c. When I send ping requests using ping_send_now(). I call sys_timeout(1000, ping_timeout, ping_pcb); along with it. The problem is ping_timeout handler calls immediately after calling sys_timeout, rather it should call after 1000 msec as described.
Has anyone faced this problem before? -- View this message in context: http://lwip.100.n7.nabble.com/Sys-Timeout-Calling-Handler-Immediately-tp21956.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
