v2ray %!s(int64=9) %!d(string=hai) anos
pai
achega
490f77b4a0
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      transport/internet/kcp/sending.go

+ 1 - 4
transport/internet/kcp/sending.go

@@ -108,10 +108,7 @@ func (this *SendingWindow) Flush() bool {
 	}
 
 	current := this.kcp.current
-	resent := uint32(this.kcp.fastresend)
-	if this.kcp.fastresend <= 0 {
-		resent = 0xffffffff
-	}
+	resent := this.kcp.fastresend
 	lost := false
 	segSent := false