>> 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


_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to