2020/07/28 - [컴퓨터 게임 IT] - 게임 속도인터넷 속도 올리는 방법
netsh interface tcp set global autotuninglevel=highlyrestricted
수신 창 자동 조정 수준이
nomal 에서 highlyrestricted 로 바뀜
실행하기 전 관리자 모드로 실행
옵션정리
1. Disabled
Disable the autotunning feature in Vista completely、and fit and lock the RWIN receive
window to default value 65,536 bytes.
Enter:
netsh interface tcp set global autotuninglevel=disabled
2. HighlyRestricted
Allow for the receive window to grow beyond the default value、but do so very conservatively.
In this mode、Vista will by default use RWIN of 16,384 bytes with a scale factor of 2.
Enter:
netsh interface tcp set global autotuninglevel=highlyrestricted
3. Restricted
Allow the receive window to grow beyond its default value、but limit such growth in
some scenarios.
Enter:
netsh interface tcp set global autotuninglevel=restricted
4. Normal (Windows 7,Server 2008,and Vista's Default setting)
Allow for the receive window to grow to accommodate almost all scenarios. The default
setting in Vista. Specifying this command mean you want to turn back on AutoTuning feature.
Enter:
netsh interface tcp set global autotuninglevel=normal
5.Enter Experimental
Allow for the receive window to grow to accommodate extreme scenarios. Note The
experimental value can decrease performance in common scenarios. This value should be
used only for research purposes.
Enter :
netsh interface tcp set global autotuninglevel=experimental
'GAMES' 카테고리의 다른 글
키보드 한영 106 변환 레지 (0) | 2016.02.01 |
---|---|
윈도우 10 최적화 (0) | 2016.01.03 |
인터넷 속도 올리기 패핑 TCP Optimizer (1) | 2015.09.14 |
아이온 고급 콘솔 (2) | 2015.08.21 |
게임 키보드 레지스트리 (0) | 2015.07.26 |
댓글