enable angle by default

This commit is contained in:
Peter Thorson
2012-03-18 16:41:30 -05:00
parent ae12a9ee52
commit 14562aa8bc

View File

@@ -77,7 +77,7 @@ public:
void async_init(socket_init_callback callback) {
// TODO: should this use post()?
//m_socket.set_option(boost::asio::ip::tcp::no_delay(true));
m_socket.set_option(boost::asio::ip::tcp::no_delay(true));
callback(boost::system::error_code());
}