From 535a3815e9b4feb4e321f7b84672f45bf742bbc0 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 18 Oct 2009 07:54:43 +0000 Subject: [PATCH] vestigial variable --- Scripts/Misc/SocketOptions.cs | 1 - 1 file changed, 1 deletion(-) 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