Documentation for keepalive parameters.
authorMarko Kreen <markokr@gmail.com>
Thu, 29 Apr 2010 10:31:23 +0000 (13:31 +0300)
committerMarko Kreen <markokr@gmail.com>
Wed, 7 Sep 2011 15:37:23 +0000 (17:37 +0200)
doc/config.txt

index 41f1873dbb96e46ea0fd7ae8b6a3d9c0e2ff9388..4397f478d507f7a2ef53f88ada71e34f8945a7c2 100644 (file)
@@ -127,6 +127,20 @@ or NULL then the parameter is disabled (a default value will be used)
 
        Do not use binary I/O for connections to this cluster.
 
+  keepalive_idle::
+
+       TCP keepalive - how long the connection needs to be idle,
+       before keepalive packets can be sent.  In seconds.
+
+  keepalive_interval::
+
+       TCP keepalive - interval between keepalive packets.  In seconds.
+
+  keepalive_count::
+
+       TCP keepalive - how many packets to send.  If none get answer,
+       connection will be close.
+
   connect_timeout::
 
        Initial connect is canceled, if it takes more that this.