From 94dc08edaef20d8b1e7dc9f7443d539e0f5a6b16 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 13 Dec 2008 10:48:21 +0000 Subject: [PATCH] Document the keep-alive-timeout directive. --- doc/source/p-config.sgml | 58 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 603e1ede..b1079f95 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.31 2008/06/14 13:16:40 fabiankeil Exp $ + $Id: p-config.sgml,v 2.32 2008/08/30 12:03:09 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -95,7 +95,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 2.31 2008/06/14 13:16:40 fabiankeil Exp $ + $Id: p-config.sgml,v 2.32 2008/08/30 12:03:09 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ @@ -2381,6 +2381,60 @@ forward-socks4, forward-socks4a and forward-socks5 @@split-large-forms 0]]> +keep-alive-timeout + + + Specifies: + + + Number of seconds after which an open connection will no longer be reused. + + + + + Type of value: + + + Time in seconds. + + + + + Default value: + + None + + + + Effect if unset: + + + Connections are not reused. + + + + + Notes: + + + This option has no effect if Privoxy + has been compiled without keep-alive support. + + + + + Examples: + + + keep-alive-timeout 300 + + + + +@@keep-alive-timeout 300]]> + + + -- 2.39.2