Microsoft Windows
[Version 6.0.6001
](C) Copyright 2006 Microsoft Corp.
c
:\windows>netsh interface tcp set global ?
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