merged fix from RC_0_16

This commit is contained in:
Arvid Norberg
2013-10-22 06:59:54 +00:00
parent 1a2226b8f0
commit e7215076ca
2 changed files with 10 additions and 0 deletions

View File

@@ -25,6 +25,10 @@
* fix uTP edge case where udp socket buffer fills up
* fix nagle implementation in uTP
* pass along host header with http proxy requests and possible http_connection shutdown hang
0.16.12 release
* fix building with C++11
* fix IPv6 support in UDP socket (uTP)
* fix mingw build issues