fix uTP edge case where udp socket buffer fills up

This commit is contained in:
Arvid Norberg
2012-07-01 18:44:46 +00:00
parent 96aa1f162b
commit bd4f173bc5
7 changed files with 186 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
* fix uTP edge case where udp socket buffer fills up
* fix nagle implementation in uTP
* fix move_storage bugs