From 6ffc24f89523d1250dbcb3feb335c398fd87bb6e Mon Sep 17 00:00:00 2001 From: v2ray Date: Sat, 6 Aug 2016 21:59:47 +0200 Subject: [PATCH] update roundtripinfo --- transport/internet/kcp/connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/internet/kcp/connection.go b/transport/internet/kcp/connection.go index 3194af60b..7cda9bf33 100644 --- a/transport/internet/kcp/connection.go +++ b/transport/internet/kcp/connection.go @@ -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 }