lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] BootP


From: Leon Woestenberg
Subject: Re: [lwip-users] BootP
Date: Fri, 27 May 2005 13:06:20 +0200

Hello Bill,

On Tue, 2005-05-03 at 16:14, Bill Lawson wrote:
>     I wound up trying to implementing BootP myself, and I've run into a 
> problem.  I can make a BootP request, and I get a reply, but I haven't 
> been able to actually receive the reply.  I'm using the recv() call to 
> retrieve the BootP packet, but recv() never returns.  Looking through 
> the debug output it looks as if the BootP packet is being recognized as 
> a DHCP packet and sent somewhere else.  Does anyone have any idea how I 
> might be able to deal with this?

Do you have DHCP enabled in lwIP?

Then see ip.c were DHCP packets are catched. This is necessary when the
TCP/IP network interface is in the DHCP configuration phase.

If DHCP is disabled, DHCP packets should pass like before.

Leon.





reply via email to

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