merge uTP slow start fix from RC_0_16

This commit is contained in:
Arvid Norberg
2012-09-26 01:27:58 +00:00
parent 28e32b57b6
commit 2f985de420
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
* fix uTP edge case where udp socket buffer fills up
* fix nagle implementation in uTP
* improve uTP slow start behavior
* fixed UDP socket error causing it to fail on Win7
* update use of boost.system to not use deprecated functions
* fix GIL issue in python bindings. Deprecated extension support in python