0% found this document useful (0 votes)
229 views3 pages

NetshPC2 New

The document discusses configuring TCP global parameters in Windows using the netsh int tcp command. It shows the initial settings, makes changes to enable chimney offload, set the congestion provider to CTCP, and set the receive window auto-tuning level to highlyrestricted. The final configuration is displayed.

Uploaded by

JulietV.Tamares
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
229 views3 pages

NetshPC2 New

The document discusses configuring TCP global parameters in Windows using the netsh int tcp command. It shows the initial settings, makes changes to enable chimney offload, set the congestion provider to CTCP, and set the receive window auto-tuning level to highlyrestricted. The final configuration is displayed.

Uploaded by

JulietV.Tamares
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Microsoft Windows [Version 6.0.

6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\PC2>cd\
C:\>netsh int tcp show global
Querying active state...
TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State : enabled
Chimney Offload State : disabled
Receive Window Auto-Tuning Level : highlyrestricted
Add-On Congestion Control Provider : none
ECN Capability : disabled
RFC 1323 Timestamps : disabled
** The above autotuninglevel setting is the result of Windows Scaling heuristics
overriding any local/policy configuration.
C:\>netsh int tcp set heuristic disabled
Ok.
C:\>netsh int tcp set global chimney=enabled
Ok.
C:\>netsh int tcp set global congestionprovider=ctcp
Ok.
C:\>netsh int tcp show global
Querying active state...
TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State : enabled
Chimney Offload State : enabled
Receive Window Auto-Tuning Level : normal
Add-On Congestion Control Provider : ctcp
ECN Capability : disabled
RFC 1323 Timestamps : disabled
C:\>netsh int tcp set global autotuning level=highly restricted
'level' is not a valid argument for this command.
The syntax supplied for this command is not valid. Check help for the correct sy
ntax.
Usage: set global [[rss=]disabled|enabled|default]
[[chimney=]disabled|enabled|default]
[[autotuninglevel=]
disabled|highlyrestricted|restricted|normal|experimental]
[[congestionprovider=]none|ctcp|default]
[[ecncapability=]disabled|enabled|default]
[[timestamps=]disabled|enabled|default]
Parameters:
Tag Value
rss - One of the following values:
disabled: Disable receive-side scaling.
enabled : Enable receive-side scaling.
default : Restore receive-side scaling state to
the system default.
chimney - One of the following values:
disabled: Disable Chimney offload.
enabled : Enable Chimney offload.
default : Restore Chimney offload state to the
system default.
autotuninglevel - One of the following values:
disabled: Fix the receive window at its default
value.
highlyrestricted: Allow the receive window to
grow beyond its default value, but do so
very conservatively.
restricted: Allow the receive window to grow
beyond its default value, but limit such
growth in some scenarios.
normal: Allow the receive window to grow to
accomodate almost all scenarios.
experimental: Allow the receive window to grow
to accomodate extreme scenarios.
WARNING: This can dramatically degrade
performance in common scenarios and should
only be used for research purposes.
congestionprovider - One of the following values:
none: Use the built-in standard congestion
control algorithm.
ctcp: Use the add-on Compound TCP congestion
control algorithm.
default: Restore the selected provider to the
system default.
ecncapability - One of the following values:
disabled: Disable ECN Capability.
enabled : Enable ECN Capability.
default : Restore ECN Capability state to the
system default.
timestamps - One of the following values:
disabled: Disable RFC 1323 timestamps.
enabled: Enable RFC 1323 timestamps.
default: Restore RFC 1323 timestamps state to the
system default.
Remarks: Sets TCP parameters that affect all connections.
Example:
set global enabled enabled normal
set global rss=enabled chimney=enabled autotuninglevel=normal
C:\>netsh int tcp set global autotuninglevel=highlyrestricted
Ok.
C:\>netsh int tcp show global
Querying active state...
TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State : enabled
Chimney Offload State : enabled
Receive Window Auto-Tuning Level : highlyrestricted
Add-On Congestion Control Provider : ctcp
ECN Capability : disabled
RFC 1323 Timestamps : disabled
C:\>

You might also like