From: Fabian Keil Date: Fri, 12 Jun 2009 11:53:33 +0000 (+0000) Subject: Mention that sharing connections increases the changes of connection problems. X-Git-Tag: v_3_0_13~12 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=71e63232a517f5c520b63541077c0a23c38f52ff;p=privoxy.git Mention that sharing connections increases the changes of connection problems. --- diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 082dced0..e2946ef1 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.51 2009/05/10 10:19:23 fabiankeil Exp $ + $Id: p-config.sgml,v 2.52 2009/06/03 18:30:18 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -97,7 +97,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 2.51 2009/05/10 10:19:23 fabiankeil Exp $ + $Id: p-config.sgml,v 2.52 2009/06/03 18:30:18 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ @@ -2604,7 +2604,7 @@ forward-socks4, forward-socks4a and forward-socks5 If this option is effective, outgoing connections are shared between - clients (if there are more than one) and closing the client that initiated + clients (if there are more than one) and closing the browser that initiated the outgoing connection does no longer affect the connection between &my-app; and the server unless the client's request hasn't been completed yet. @@ -2628,6 +2628,11 @@ forward-socks4, forward-socks4a and forward-socks5 as it allows &my-app; to keep outgoing connections alive even if the client itself doesn't support it. + + You should also be aware that enabling this option increases the likelihood + of getting the "No server or forwarder data" error message, especially if you + are using a slow connection to the Internet. + This option should only be used by experienced users who understand the risks and can weight them against the benefits.