Previous Topic: TRUST_USER

Next Topic: TXPI_SEND_CHECK_FREQ


TXPI_BUF_SIZE

For TCP/IP transfers, the internal buffer size for sends and receives. The default size allows multiple CA XCOM Data Transport records to be received in a single socket call. With this default, if your CA XCOM Data Transport record size is less than 32K, CA XCOM Data Transport attempts to receive multiple records in a single socket call. Used for TCP/IP transfers only.

Range: 0 to 65536

Default: 32768

TXPI_RECEIVE_TIMEOUT

The maximum wait time, in seconds, after a TCP/IP failure is detected before a socket error is generated. This defaults to zero and should remain at zero unless it becomes necessary for a broken connection to generate a retryable error. Changing this parameter from zero invokes the TCP/IP function "select", that adds a measure of connection detection, but sacrifices some performance. This parameter is for TCP/IP only.

Range: 0 to 1200

Default: 0