remove some unnecessary asio typedefs in the libtorrent namespace, just pull ip::tcp and ip::udp

This commit is contained in:
arvidn
2015-06-06 13:49:18 -04:00
parent 09a01a777a
commit 9af8841244
20 changed files with 98 additions and 100 deletions

View File

@@ -203,7 +203,7 @@ struct peer_conn
s.async_connect(endpoint, boost::bind(&peer_conn::on_connect, this, _1));
}
stream_socket s;
tcp::socket s;
char write_buf_proto[100];
boost::uint32_t write_buffer[17*1024/4];
boost::uint32_t buffer[17*1024/4];