Previous Topic: set target-password-policy Command—Create Multiple Password PoliciesNext Topic: set time-log-search-threshold Command—Limit The Display of Compare and Search Operations in the Time Log


set tcp-buff-size —Set TCP Buffer Sizes

To set the TCP buffer sizes, use the following command:

set tcp-buff-size = <txSize>, <rxSize>;
txSize

Defines TCP buffer size of the send buffer where size is in bytes.

Default: 0

rxSize

Defines TCP buffer size of the receive buffer where size is in bytes.

Default: 0

These values affect the send and receive buffer sizes as they are passed to the socket() system call.
Setting both the values to 0 allows the operating system to scale the buffers up to the operating system imposed maximum.

Note: We recommend using the default settings.