lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] No delay between DHCP discoveries


From: Pomeroy, Marty
Subject: Re: [lwip-users] No delay between DHCP discoveries
Date: Fri, 4 Oct 2013 10:21:43 -0400

 

>> Compiler is Codesourcery light so no real debugger except for GDB in
textmode. Most things work OK but if I dont't have a DHCP server the
board sends out 23 DHCP discovery per second. 


You have to find out "who" is calling dhcp_discover.  Can you add debug
statements? ... grep for dhcp_discover and put a message in before each
call with the caller's function name.

It could be your timer thinks it is configured for one second but is
actually timing 1/23rd of a second, or perhaps the webserver is polling
for status and that triggers it.  In any case, find out which path is
active.

Marty




reply via email to

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