To set the TCP buffer sizes, use the following command:
set tcp-buff-size = <txSize>, <rxSize>;
Defines TCP buffer size of the send buffer where size is in bytes.
Default: 0
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.
|
Copyright © 2013 CA.
All rights reserved.
|
|