ListenOptions.NoDelay 속성

정의

모든 연결에 Nagle 알고리즘을 사용하도록 설정하려면 false로 설정합니다.

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

속성 값

설명

기본값은 true입니다.

적용 대상