diff --git a/Scripts/Misc/SocketOptions.cs b/Scripts/Misc/SocketOptions.cs index 2af3571f7..63c221e6b 100644 --- a/Scripts/Misc/SocketOptions.cs +++ b/Scripts/Misc/SocketOptions.cs @@ -12,7 +12,6 @@ namespace Server { private const bool NagleEnabled = false; // Should the Nagle algorithm be enabled? This may reduce performance private const int CoalesceBufferSize = 512; // MSS that the core will use when buffering packets - private const int PooledSockets = 32; // The number of sockets to initially pool. Ideal value is expected client count. private static IPEndPoint[] m_ListenerEndPoints = new IPEndPoint[] { new IPEndPoint( IPAddress.Any, 2593 ), // Default: Listen on port 2593 on all IP addresses