Mailing List Archive

r841 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2006-08-20 09:27:33 +0200 (Sun, 20 Aug 2006)
New Revision: 841

Modified:
trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Add note that send_timeout has DELAYED effect


Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c 2006-08-20 07:26:52 UTC (rev 840)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c 2006-08-20 07:27:33 UTC (rev 841)
@@ -218,6 +218,7 @@
"Send timeout for client connections. "
"If no data has been sent to the client in this many seconds, "
"the session is closed.\n"
+ DELAYED_EFFECT
"See getopt(3) under SO_SNDTIMEO for more information.\n"
"Default is 600 seconds. " },