mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Fix of the fix ftw
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user