TCPConnection EnableNagleAlgorithmForNewConnections Property NetworkComms.Net Help
By default usage of OnlineNagle's algorithm during TCP exchanges is disabled for performance reasons. If you wish it to be used for newly established connections set this property to true.

Namespace: NetworkCommsDotNet.Connections.TCP
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static bool EnableNagleAlgorithmForNewConnections { get; set; }

Property Value

Type: OnlineBoolean
See Also