Previous Topic: SHELL_CMD

Next Topic: SOCK_RCV_BUF_SIZE


SOCK_DELAY

TCP/IP socket option TCP_NODELAY. Refers to the Nagle algorithm for send coalescing. By default, small sends may be delayed. Should have no impact for normal CA XCOM Data Transport record sizes. Used for TCP/IP transfers only.

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

Range: The range of values is listed in the following table:

YES

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

NO

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

Default: YES