←back to thread

354 points timdoug | 1 comments | | HN request time: 0.2s | source
Show context
flogic ◴[] No.2756697[source]
Rather than asking why the mac is so fast, the correct question is "why the hell is dhcpcd so slow?". There's a full second before it does anything.
replies(2): >>2757450 #>>2763026 #
1. tintin ◴[] No.2763026[source]
The client is waiting a full second to give all DHCP servers the ability to answer the request for an IP address offer.

Then the client will choose the best offer and will tell that DHCP server it took the offer.

I think after that the DHCP server is letting all other DHCP servers know the current status of available IP addresses. Maybe that will also take some time (with a lot of waiting, time-outs and stuff).

But then the question remains why should it take more than 2 seconds?