From 8e9c2d3f1f0e4fed57df681fccef5956ae5df28f Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 29 Apr 2010 13:31:23 +0300 Subject: [PATCH] Documentation for keepalive parameters. --- doc/config.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/config.txt b/doc/config.txt index 41f1873..4397f47 100644 --- a/doc/config.txt +++ b/doc/config.txt @@ -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. -- 2.39.5