ns tcpbufParam¶
The following operations can be performed on "ns tcpbufParam":
set ns tcpbufParam¶
Sets the attributes for the TCP buffering per connection.
Synopsys¶
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.
Synopsys¶
unset ns tcpbufParam [-size] [-memLimit]
show ns tcpbufParam¶
Displays the TCP buffering configuration on the appliance.
Synopsys¶
show ns tcpbufParam
Arguments¶
format
level
Outputs¶
size
TCP buffering size per connection, in kilobytes.
memLimit
Maximum memory, in megabytes, that can be used for buffering.
Example¶
An example of this command's output is as follows:TCP buffer size: 64KBytesTCP buffer percentage: 50%