From: Marko Kreen Date: Thu, 29 Apr 2010 10:31:23 +0000 (+0300) Subject: Documentation for keepalive parameters. X-Git-Tag: plproxy_2_3_rc1~4 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8e9c2d3f1f0e4fed57df681fccef5956ae5df28f;p=plproxy.git Documentation for keepalive parameters. --- 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.