vestigial variable

This commit is contained in:
mark 2009-10-18 07:54:43 +00:00
parent e1f5808102
commit 535a3815e9

View file

@ -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