diff --git a/src/sockets/plain.hpp b/src/sockets/plain.hpp index 875a681edb..4a008c8b90 100644 --- a/src/sockets/plain.hpp +++ b/src/sockets/plain.hpp @@ -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()); }