Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hidden-Node/GooseRelayVPN-AndroidClient
/ clearDialFailure
Method
clearDialFailure
internal/exit/exit.go:937–941 ·
view source on GitHub ↗
(target string)
Source
from the content-addressed store, hash-verified
935
}
936
937
func
(s *Server) clearDialFailure(target string) {
938
s.mu.Lock()
939
delete(s.dialFail, target)
940
s.mu.Unlock()
941
}
942
943
func
isBackoffEligibleDialErr(err error) bool {
944
var
dnsErr *net.DNSError
Callers
1
routeIncoming
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected