Microsoft Windows [Version 6.1.7000] (C) Copyright 2009 Microsoft Corp. C:\Windows>netsh interface tcp add chimneyport ?
Usage: add chimneyport [state=]disabled|enabled [localport=]*|[remoteport=]*|
Parameters:
Tag Value
state - One of the following values:
disabled: Disables TCP chimney offload for the
local port, remote port pair.
enabled: Enables TCP chimney offload for
local port, remote port pair
Applies to new connections only.
localport - Must provide the source port.
*: all ports.
integer: port number
remoteport - Must provide the destination port.
*: all ports.
integer: port number
Remarks: Sets TCP chimney state for a source port, destination port pair.
Example:
add chimneyport disabled 10000 *
add chimneyport state=disabled localport=10000 remoteport=*