29.3. TCPGOSSIP Configuration Options

The following TCPGOSSIP specific properties may be configured:
  • initial_hosts - Comma delimited list of hosts to be contacted for initial membership.
  • reconnect_interval - Interval (in milliseconds) by which a disconnected node attempts to reconnect to the Gossip Router.
  • sock_conn_timeout - Max time (in milliseconds) allowed for socket creation. Defaults to 1000.
  • sock_read_timeout - Max time (in milliseconds) to block on a read. A value of 0 will block forever.