We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7956ba5 commit cb14067Copy full SHA for cb14067
1 file changed
dnscrypt-proxy/serversInfo.go
@@ -194,6 +194,7 @@ func (serversInfo *ServersInfo) refreshServer(proxy *Proxy, name string, stamp s
194
dlog.Fatalf("[%s] != [%s]", name, newServer.Name)
195
}
196
newServer.rtt = ewma.NewMovingAverage(RTTEwmaDecay)
197
+ newServer.rtt.SetWarmupSamples(1)
198
newServer.rtt.Set(float64(newServer.initialRtt))
199
isNew = true
200
serversInfo.Lock()
0 commit comments