It looks like the dns_tmr() function is not invoked by the Luminary port in its default implementation.
I looked into utils\lwiplib.c (revision 3740), and a few other calls are missing, such as ip_reass_tmr() and igmp_timer(). Sergio: you should add these three function calls, surrounded by "ifdefs", into the lwIPServiceTimers() function. Otherwise, you might have surprises if you ever implement functionality that require these modules... -Reggie Simon Goldschmidt wrote: > > Have you made sure timeouts work at all in your port? > -- View this message in context: http://www.nabble.com/lwip-1.3-UDP---DNS-strange-behaviour-tp21537539p21575982.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
