lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Using BOOTP with lwIP


From: address@hidden
Subject: Re: [lwip-users] Using BOOTP with lwIP
Date: Wed, 9 Aug 2017 21:30:52 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

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



reply via email to

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