Hi,
i am trying to run DHCP server on LWIP in StarterWare 02.00.01.01, but binded function is not called, when destination adress is 255.255.255.255. How can i fix it?
Thank you very much.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
i am trying to run DHCP server on LWIP in StarterWare 02.00.01.01, but binded function is not called, when destination adress is 255.255.255.255. How can i fix it?
Thank you very much.
If it were anyone else wondering, the error was not in destination. Problem is source adress 0.0.0.0. Function ip_input in ip.c is filtering it.
DHCP server posted here http://e2e.ti.com/support/microcontrollers/stellaris_arm/f/471/t/44454.aspx is afther small changes working.