CA Directory now allows you to select the TCP buffer sizes for Directory r12.0 SP8. TCP buffer sizes sets the send and receive socket buffer sizes.
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 © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |