You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using agh on plain archlinux without snap, and after I reset dhcp settings and when try to reconfigure it. This problem happens. So this should not be a snap related issue?
As far as I can tell, there is a timeout
for request reading
here,
but not for writing and not for the DNS
resolution
above. By the way, is the DNS request even
needed there? Either way, I couldn't find any other places where
a timeout could be added. I'm also not sure if Go
allows us to set a timeout for net.ResolveUDPAddr,
but I'll keep looking.
Merge in DNS/adguard-home from 2301-dhcp-check to master
Closes#2301.
Squashed commit of the following:
commit bf5c31b
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Fri Nov 13 14:28:54 2020 +0300
dhcpd: fix possible infinite loop, set timeouts better
There's is no timeout (anymore?) for this method.
The text was updated successfully, but these errors were encountered: