Fix of the fix ftw

This commit is contained in:
leak
2014-07-07 23:36:31 +02:00
parent 1a9c183bc6
commit c24bf2f028

View File

@@ -37,9 +37,9 @@ public:
_socket(ioService),
_acceptor(ioService, tcp::endpoint(boost::asio::ip::address::from_string(bindIp), port))
{
_socket.set_option(boost::asio::ip::tcp::no_delay(tcpNoDelay));
AsyncAccept();
_socket.set_option(boost::asio::ip::tcp::no_delay(tcpNoDelay));
};
private: