client_sock_option_flag_out

2025-01-24 01:53:30  Updated

client_sock_option_flag_out specifies the parameter for the TCP connection between a client and OceanBase Database Proxy (ODP).

Note

The default value is changed from 2 to 3 since ODP V3.x.

Attribute Description
Parameter type Integer
Default value 3
Value range [0, +∞)
Effective only after ODP restart No

The parameter value is in the binary format.

  • Bit 0: 1 specifies to enable no_delay.

  • Bit 1: 1 specifies to enable keepalive.

  • Bit 2: 1 specifies to enable linger_on.

The recommended value is 3, in which bit 0 and bit 1 are set to 1 to enable no_delay and keepalive.

Contact Us