mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
cleanup
This commit is contained in:
parent
7bc6d8af88
commit
490f77b4a0
@ -108,10 +108,7 @@ func (this *SendingWindow) Flush() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
current := this.kcp.current
|
current := this.kcp.current
|
||||||
resent := uint32(this.kcp.fastresend)
|
resent := this.kcp.fastresend
|
||||||
if this.kcp.fastresend <= 0 {
|
|
||||||
resent = 0xffffffff
|
|
||||||
}
|
|
||||||
lost := false
|
lost := false
|
||||||
segSent := false
|
segSent := false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user