WebSocketAcceptContext.ServerMaxWindowBits 속성

정의

압축에 사용할 수 있는 LZ77 슬라이딩 윈도우 크기의 최대 base-2 로그를 설정합니다. 이 설정은 압축 비율이 더 나빠질 수 있는 비용으로 압축의 메모리 오버헤드를 줄입니다.

public int ServerMaxWindowBits { get; set; }
member this.ServerMaxWindowBits : int with get, set
Public Property ServerMaxWindowBits As Integer

속성 값

15

설명

이 속성은 가 false이거나 클라이언트가 압축을 사용하지 않는 경우 아무 것도 DangerousEnableCompression 수행하지 않습니다. 유효한 값은 9~15입니다.

적용 대상