다음을 통해 공유


ServicePointManagerElement.UseNagleAlgorithm 속성

정의

Nagle 알고리즘을 사용할지 여부를 결정하는 부울 값을 가져오거나 설정합니다.

public:
 property bool UseNagleAlgorithm { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useNagleAlgorithm", DefaultValue=true)]
public bool UseNagleAlgorithm { get; set; }
[<System.Configuration.ConfigurationProperty("useNagleAlgorithm", DefaultValue=true)>]
member this.UseNagleAlgorithm : bool with get, set
Public Property UseNagleAlgorithm As Boolean

속성 값

Nagle 알고리즘을 사용하려면 true이고, 사용하지 않으려면 false입니다. 기본값은 true입니다.

특성

설명

Nagle 알고리즘은 작은 데이터 패킷을 버퍼링 및 단일 패킷으로 전송 하 여 네트워크 트래픽을 줄이기 위해 사용 됩니다. 이 프로세스는 라고도 "nagling"; 패킷 전송 수가 줄어들기 때문에 널리 사용 되 고 패킷 당 오버 헤드를 줄입니다.

적용 대상

추가 정보