lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] lwip 1.3 UDP - DNS strange behaviour


From: Rejean Groleau
Subject: Re: [lwip-users] lwip 1.3 UDP - DNS strange behaviour
Date: Tue, 20 Jan 2009 18:27:19 -0800 (PST)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]