vestigial variable
This commit is contained in:
parent
e1f5808102
commit
535a3815e9
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue