From 46efa6f8fea119c9671cd61aa2e29b2a3f2ad75c Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 23 Jan 2009 14:06:07 +0000 Subject: [PATCH] Add a socket-timeout section. --- doc/source/p-config.sgml | 54 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 4 deletions(-) diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 590f800e..b2c49b86 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,9 +3,9 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.34 2008/12/14 15:46:23 fabiankeil Exp $ + $Id: p-config.sgml,v 2.35 2009/01/13 16:44:32 fabiankeil Exp $ - Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ + Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. ======================================================================== @@ -95,10 +95,10 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 2.34 2008/12/14 15:46:23 fabiankeil Exp $ + $Id: p-config.sgml,v 2.35 2009/01/13 16:44:32 fabiankeil Exp $ -Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ +Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ @@ -2432,6 +2432,52 @@ forward-socks4, forward-socks4a and forward-socks5 +socket-timeout + + + Specifies: + + + Number of seconds after which a socket times out if + no data is received. + + + + + Type of value: + + + Time in seconds. + + + + + Default value: + + None + + + + Effect if unset: + + + A default value of 180 seconds is used. + + + + + Examples: + + + socket-timeout 180 + + + + +@@socket-timeout 180]]> + + + -- 2.39.2