merged python fix from RC_0_16

This commit is contained in:
Arvid Norberg
2013-03-29 02:46:12 +00:00
parent d21243dc9f
commit dfe541ecec
4 changed files with 29 additions and 15 deletions

View File

@@ -20,7 +20,7 @@
* fix uTP edge case where udp socket buffer fills up
* fix nagle implementation in uTP
* add missing functions to python binding (flush_cache() and remap_files())
* add missing functions to python binding (flush_cache(), remap_files() and orig_files())
* improve handling of filenames that are invalid on windows
* support 'implied_port' in DHT announce_peer
* don't use pool allocator for disk blocks (cache may now return pages to the kernel)