Microsoft Windows [Version 6.0.6001] (C) Copyright 2006 Microsoft Corp. c:\windows>netsh interface tcp delete chimneyport ?
Usage: delete chimneyport [localport=]*|[remoteport=]*|
Parameters:
Tag Value
localport - Must provide the source port.
*: all ports. This matches a * in the selection table.
integer: port number
remoteport - Must provide the destination port.
*: all ports. This matches a * in the selection table.
integer: port number
Remarks: Deletes the port entry from TCP chimney offload selection table
Example:
delete chimneyport 80 *
delete chimneyport localport=80 remoteport=*