projectbuendia / buendia

Main project repository (see the Wiki for details)
Apache License 2.0
117 stars 36 forks source link

Shorten buendia-wifi-watchdog delay to ensure that Wi-Fi comes up faster #247

Closed schuyler closed 4 years ago

schuyler commented 4 years ago

Add NETWORKING_WATCHDOG_MIN_UPTIME setting to buendia-wifi-watchdog, and default to 15s, as a workaround to shorten latency on wifi initialization on the NUC. This delay was chosen after observing system network configuration on the NUC to not take longer than 7-8s from kernel boot via syslogs from a number of Buendia installations.

Tested fairly extensively on the NUC with Wi-Fi both on static and DHCP-assigned addresses.

Improves the situation with #246 but is perhaps not a permanent fix.