We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db19a04 commit 60304a9Copy full SHA for 60304a9
eth/downloader/downloader.go
@@ -49,7 +49,7 @@ var (
49
rttMinEstimate = 2 * time.Second // Minimum round-trip time to target for download requests
50
rttMaxEstimate = 120 * time.Second // Maximum round-trip time to target for download requests
51
rttMinConfidence = 0.1 // Worse confidence factor in our estimated RTT value
52
- ttlScaling = 3 // Constant scaling factor for RTT -> TTL conversion
+ ttlScaling = 30 // Constant scaling factor for RTT -> TTL conversion
53
ttlLimit = 10 * time.Minute // Maximum TTL allowance to prevent reaching crazy timeouts
54
55
qosTuningPeers = 5 // Number of peers to tune based on (best peers)
0 commit comments