Previous Topic: TCPSESS

Next Topic: TCPSRCVB


TCPSOCKD

The TCP/IP Socket option TCP_NODELAY. This refers to the Nagle algorithm for send coalescing. By default, small sends may be delayed. This should have no impact for normal CA XCOM Data Transport record sizes. This parameter is used for TCP/IP transfers only.

YES

Small sends may be delayed. (Does not disable the Nagle algorithm.)

NO

All sends are immediate. (Disables the Nagle algorithm.)

Default: YES

Note: Socket options affect the way CA XCOM Data Transport uses the TCP/IP stack implementation.