dhcpv4: offer a valid configuration with DHCP NAK
authorChristian Mehlis <christian@m3hlis.de>
Tue, 12 Aug 2014 12:25:33 +0000 (14:25 +0200)
committerChristian Mehlis <christian@m3hlis.de>
Tue, 12 Aug 2014 12:59:37 +0000 (14:59 +0200)
commit428908569b8da45613891e21736c587894e0c449
tree27b512a6c77b21dd02542258537bdff294a00c57
parent634d9fe9142f62b7b2e7647ef88d6606e54ab155
dhcpv4: offer a valid configuration with DHCP NAK

On network change the client requests a non valid
configuration. In this case we have to reply with
a DHCP NAK. But this NAK can include a valid
configuration like an ACK does.

With this change iDevices and Androids can finish
DHCP even with wrong configuration in first
REQUEST with two packets and without any additional
timeouts and round trips.
src/dhcpv4.c