ListenOptions.NoDelay Property

Definition

Set to false to enable Nagle's algorithm for all connections.

public:
 property bool NoDelay { bool get(); void set(bool value); };
public bool NoDelay { get; set; }
member this.NoDelay : bool with get, set
Public Property NoDelay As Boolean

Property Value

Remarks

Defaults to true.

Applies to