Searched hist:"3 bbff30d9e5aa58c6f128300c2372db42c840191" (Results 1 – 2 of 2) sorted by relevance
/haiku/src/servers/net/ |
H A D | DHCPClient.h | 3bbff30d9e5aa58c6f128300c2372db42c840191 Sat Mar 25 12:33:40 UTC 2017 Fredrik Holmqvist <fredrik.holmqvist@gmail.com> DHCP initial timeout 0.25s from 4s
Connecting to wifi is very slow, there are several issues. Easiest to find and fis is that on my wifi DHCP always took 4s, as first request fails. Still investigating why.. Reducing timeout to 0.25s makes DHCP process fast.
Moved timout handling into its own struct, and changed state timeout from max(remaing, 60s) to min(remaining, MAX_TIMEOUT) Not sure about that change, but why would you want a max value that is at least 60s?
|
H A D | DHCPClient.cpp | 3bbff30d9e5aa58c6f128300c2372db42c840191 Sat Mar 25 12:33:40 UTC 2017 Fredrik Holmqvist <fredrik.holmqvist@gmail.com> DHCP initial timeout 0.25s from 4s
Connecting to wifi is very slow, there are several issues. Easiest to find and fis is that on my wifi DHCP always took 4s, as first request fails. Still investigating why.. Reducing timeout to 0.25s makes DHCP process fast.
Moved timout handling into its own struct, and changed state timeout from max(remaing, 60s) to min(remaining, MAX_TIMEOUT) Not sure about that change, but why would you want a max value that is at least 60s?
|