Amit Ashara wrote:
I am trying to get BOOTP working with lwIP 1.4.1 stack. [..]However the call back function for udp does not get invoked. After debugging the same, the issue seems to be in ip.c file.

Of course that doesn't work out of the box. DHCP has a workaround, which is disabled for LWIP_DHCP==0. However, by defining LWIP_IP_ACCEPT_UDP_PORT correctly, you can get the same behaviour for your own application.

Simon

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

Reply via email to