Click or drag to resize

TcpInstEnableNagleAlgorithm Property

Enable or disable the Nagle’s algorithm. By default, it is disabled (false).

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public bool EnableNagleAlgorithm { get; set; }

Property Value

Type: Boolean
Remarks
Enabling the Nagle’s algorithm may increase throughput at the expense of increased latency.
See Also