MCPcopy 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
937func (s *Server) clearDialFailure(target string) {
938 s.mu.Lock()
939 delete(s.dialFail, target)
940 s.mu.Unlock()
941}
942
943func isBackoffEligibleDialErr(err error) bool {
944 var dnsErr *net.DNSError

Callers 1

routeIncomingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected