extend ack timeout

pull/215/head
v2ray 2016-06-30 22:19:57 +02:00
parent d63330d15e
commit aa46e4ea05
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ func (this *ACKList) Flush() bool {
seg.Count++
seg.NumberList = append(seg.NumberList, this.numbers[i])
seg.TimestampList = append(seg.TimestampList, this.timestamps[i])
this.nextFlush[i] = current + 50
this.nextFlush[i] = current + 100
if seg.Count == 128 {
break
}