merged completed-on fix from RC_0_16

This commit is contained in:
Arvid Norberg
2013-11-04 01:32:16 +00:00
parent e60d54d90e
commit 236acfce27
3 changed files with 3 additions and 146 deletions

View File

@@ -25,6 +25,7 @@
* fix uTP edge case where udp socket buffer fills up
* fix nagle implementation in uTP
* fix completed-on timestamp to not be clobbered on each startup
* fix deadlock caused by some UDP tracker failures
* fix potential integer overflow issue in timers on windows
* minor fix to peer_proportional mixed_mode algorithm (TCP limit could go too low)