update roundtripinfo

This commit is contained in:
v2ray
2016-08-06 21:59:47 +02:00
parent 0d73726930
commit 6ffc24f895
+1 -1
View File
@@ -62,7 +62,7 @@ func (this *RoundTripInfo) UpdatePeerRTO(rto uint32, current uint32) {
this.Lock()
defer this.Unlock()
if current-this.updatedTimestamp < 5000 {
if current-this.updatedTimestamp < 3000 {
return
}