Previous Topic: New and Changed Features

Next Topic: Virtual List Views (VLV) Support

New and Changed Features in SP8

Set TCP Buffer Sizes

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>;
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.