mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -05:00
extend ack timeout
This commit is contained in:
parent
d63330d15e
commit
aa46e4ea05
@ -204,7 +204,7 @@ func (this *ACKList) Flush() bool {
|
|||||||
seg.Count++
|
seg.Count++
|
||||||
seg.NumberList = append(seg.NumberList, this.numbers[i])
|
seg.NumberList = append(seg.NumberList, this.numbers[i])
|
||||||
seg.TimestampList = append(seg.TimestampList, this.timestamps[i])
|
seg.TimestampList = append(seg.TimestampList, this.timestamps[i])
|
||||||
this.nextFlush[i] = current + 50
|
this.nextFlush[i] = current + 100
|
||||||
if seg.Count == 128 {
|
if seg.Count == 128 {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user