Skip to content

ns-tcpbufParam

The following operations can be performed on "ns-tcpbufParam":

set| unset| show|

set ns tcpbufParam

Sets the attributes for the TCP buffering per connection.

Synopsis

set ns tcpbufParam [-size <KBytes>] [-memLimit <MBytes>]

Arguments

size

TCP buffering size per connection, in kilobytes. Default value: 64 Minimum value: 4 Maximum value: 20480

memLimit

Maximum memory, in megabytes, that can be used for buffering. Default value: 64

unset ns tcpbufParam

Use this command to remove ns tcpbufParam settings.Refer to the set ns tcpbufParam command for meanings of the arguments.

Synopsis

unset ns tcpbufParam [-size] [-memLimit]

show ns tcpbufParam

Displays the TCP buffering configuration on the appliance.

Synopsis

show ns tcpbufParam

Arguments

Output

size

TCP buffering size per connection, in kilobytes.

memLimit

Maximum memory, in megabytes, that can be used for buffering.

builtin

Flag to determine if TCP buffering is built-in or not

feature

The feature to be checked while applying this config

Example

An example of this command's output is as follows: TCP buffer size: 64KBytes TCP buffer percentage: 50%

Was this article helpful?