1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 23:06:14 -04:00
This commit is contained in:
v2ray 2016-07-03 00:00:43 +02:00
parent 7bc6d8af88
commit 490f77b4a0
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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