Browse Source

extend ack timeout

v2ray 9 years ago
parent
commit
aa46e4ea05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      transport/internet/kcp/receiving.go

+ 1 - 1
transport/internet/kcp/receiving.go

@@ -204,7 +204,7 @@ func (this *ACKList) Flush() bool {
 			seg.Count++
 			seg.NumberList = append(seg.NumberList, this.numbers[i])
 			seg.TimestampList = append(seg.TimestampList, this.timestamps[i])
-			this.nextFlush[i] = current + 50
+			this.nextFlush[i] = current + 100
 			if seg.Count == 128 {
 				break
 			}