mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
add back flush timeout
This commit is contained in:
parent
3be9519ed4
commit
31fbb62d0f
@ -113,7 +113,7 @@ func (v *AckList) Flush(current uint32, rto uint32) {
|
||||
}
|
||||
seg.PutNumber(v.numbers[i])
|
||||
seg.PutTimestamp(v.timestamps[i])
|
||||
timeout := rto / 4
|
||||
timeout := rto / 2
|
||||
if timeout < 20 {
|
||||
timeout = 20
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user