The tcp window command configures the size of the receive or send buffer of a connection-oriented socket.
The undo tcp window command restores the default size of the receive or send buffer of a connection-oriented socket.
By default, the size of the receive or send buffer of a connection-oriented socket is 8k bytes.
Parameter | Description | Value |
---|---|---|
window-size | Specifies the size of the receive or send buffer of a connection-oriented socket. | The value is an integer that ranges from 1 to 32, in k bytes. The default value is 8k bytes. |