Reduce initial ack delay to 1000

Rework the logic for acking duplicate packets
This commit is contained in:
zab2
2013-08-10 21:03:05 +00:00
parent afda1da9c3
commit 1f3227409b
3 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2013-08-11 zab
* Streaming:
- reduce initial ack delay 2000->1000
- rework the logic of acking duplicate packets
* 2013-08-10 0.9.7.1 released
2012-08-10 zzz