Add a Notes section for the keep-alive-timeout description.
authorFabian Keil <fk@fabiankeil.de>
Thu, 19 Feb 2009 16:59:41 +0000 (16:59 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 19 Feb 2009 16:59:41 +0000 (16:59 +0000)
doc/source/p-config.sgml

index b19ed74..b91e557 100644 (file)
@@ -3,7 +3,7 @@
 
  Purpose     :  Used with other docs and files only.
 
- $Id: p-config.sgml,v 2.39 2009/02/12 15:39:22 fabiankeil Exp $
+ $Id: p-config.sgml,v 2.40 2009/02/15 07:56:26 fabiankeil Exp $
 
  Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -95,7 +95,7 @@
  Sample Configuration File for Privoxy v&p-version;
 </title>
 <para>
- $Id: p-config.sgml,v 2.39 2009/02/12 15:39:22 fabiankeil Exp $
+ $Id: p-config.sgml,v 2.40 2009/02/15 07:56:26 fabiankeil Exp $
 </para>
 <para>
 Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
@@ -2423,6 +2423,24 @@ forward-socks4, forward-socks4a and forward-socks5</title>
    </para>
   </listitem>
  </varlistentry>
+ <varlistentry>
+  <term>Notes:</term>
+  <listitem>
+   <para>
+    Note that reusing connections doesn't necessary cause speedups.
+    There are also a few privacy implications you should be aware of.
+   </para>
+   <para>
+    Outgoing connections are shared between clients (if there are more
+    than one) and closing the client that initiated the outgoing connection
+    does not affect the connection between &my-app; and the server unless
+    the client's request hasn't been completed yet. If the outgoing connection
+    is idle, it will not be closed until either <application>Privoxy's</application>
+    or the server's timeout is reached. While it's open, the server knows
+    that the system running &my-app; is still there.
+   </para>
+  </listitem>
+ </varlistentry>
  <varlistentry>
   <term>Examples:</term>
   <listitem>