merged udp socket fix from RC_0_16

This commit is contained in:
Arvid Norberg
2012-10-07 23:34:44 +00:00
parent 3bf462f858
commit 9ed60479ce
3 changed files with 12 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
* fix uTP edge case where udp socket buffer fills up
* fix nagle implementation in uTP
* try harder to bind the udp socket (uTP, DHT, UDP-trackers, LSD) to the same port as TCP
* relax file timestamp requirements for accepting resume data
* fix performance issue in web seed downloader (coalescing of blocks sometimes wouldn't work)
* web seed fixes (better support for torrents without trailing / in web seeds)