Administrator Guide : Client-side configuration parameters : Communication section
  
Communication section
[Com]
Description
Factory value
ClientReadTimeout
This parameter defines the connection (or read) timeout in milliseconds. A network request fails if no response is received during the time specified.
The value 0 sets the timeout to infinite. This value can be overridden with the connect string option -r and, further on, with the ODBC attribute
SQL_ATTR_CONNECTION_TIMEOUT.
Note This parameter applies only to the TCP protocol.
0 (infinite)
Connect
The Connect parameter defines the default network name (connect string) that the client uses to connect to the solidDB® server, if the connect string is not specified in the connection parameters explicitly. This value is used also when the SQLConnect() call is issued with an empty data source name.
The format of the standard solidDB® connect string is:
protocol_name [options]
  [host_computer_name] server_name
where options and server_name depend on the communication protocol.
Note n HotStandby and SMA setups, additional connect string attributes are used to specify further functionality, such as Transparent Connectivity (TC).
tcp localhost 1964 (Windows)
upipe SOLID (Linux and UNIX)
ConnectTimeout
The ConnectTimeout parameter defines the login timeout in milliseconds.
This value can be overridden with the connect string option -c and, further on, with the ODBC attribute SQL_ATTR_LOGIN_TIMEOUT.
This parameter applies only to the TCP protocol.
OS-specific
SocketLinger
This parameter controls the TCP socket linger (SO_LINGER) behavior after a close on the socket connection is issued. It indicates if the system attempts to deliver any buffered data (yes), or if the system discards it (no), when a close() is issued.
no
SocketLingerTime
This parameter defines the length of the time interval (in seconds) the socket lingers after a close is issued. If the time interval expires before the graceful shutdown sequence completes, an abortive shutdown sequence occurs (the data is discarded). The default value zero indicates that the system default is used (typically, 1 second)
0
Trace
If this parameter is set to yes, trace information about network messages for the established network connection is written to a file specified with the TraceFile parameter.
no
TraceFile
If the Trace parameter is set to yes, trace information about network messages is written to a file specified with this parameter.
The trace file is output to the current working directory of the server or client, depending on which end the tracing is started.
soltrace.out
ClientCAStorePath
Sets the path to certificate (TLS)
no factory value
OpenSslLibPath
Sets the path to OpenSSL library
no factory value
See also
Client-side configuration parameters