fix unnecessary dependency on boost.date_time that came from building asio as separate compilation

This commit is contained in:
Arvid Norberg
2012-06-28 16:59:57 +00:00
parent 4a2c799a1a
commit df10b45ecc
3 changed files with 60 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
* fix nagle implementation in uTP
* fix unnecessary dependency on boost.date_time when building boost.asio as separate compilation
* always use SO_REUSEADDR and deprecate the flag to turn it on
* add python bindings for SSL support
* minor uTP tweaks