[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] dhcp server
From: |
Simon Goldschmidt |
Subject: |
Re: [lwip-users] dhcp server |
Date: |
Sun, 9 Dec 2012 11:09:07 +0100 |
Louis Wells wrote:
> It looks like I am going to have to modify udp_input to look for a packet
> that originated at DHCP_CLIENT_PORT and is addressed to DHCP_SERVER_PORT to
> pass the messages into my dhcpd module.
I can't look at the code right now, but why do you need to change udp_input? I
would have thought it's enough to just create a UDP pcb on the correct port and
to allow broadcast receiving to make your deco server receive the clients'
requests?
Simon