diff options
Diffstat (limited to 'p2p/discover')
-rw-r--r-- | p2p/discover/udp.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/p2p/discover/udp.go b/p2p/discover/udp.go index 524c6e498..f6bcd9708 100644 --- a/p2p/discover/udp.go +++ b/p2p/discover/udp.go @@ -49,7 +49,6 @@ var ( // Timeouts const ( respTimeout = 500 * time.Millisecond - sendTimeout = 500 * time.Millisecond expiration = 20 * time.Second ntpFailureThreshold = 32 // Continuous timeouts after which to check NTP |