From 670001e252eb41ae47f54e3ccf501e4bbbbcc767 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 20 Aug 2006 07:27:33 +0000 Subject: [PATCH] Add note that send_timeout has DELAYED effect git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@841 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/mgt_param.c | 1 + 1 file changed, 1 insertion(+) diff --git a/varnish-cache/bin/varnishd/mgt_param.c b/varnish-cache/bin/varnishd/mgt_param.c index b19c097f..1ef7569d 100644 --- a/varnish-cache/bin/varnishd/mgt_param.c +++ b/varnish-cache/bin/varnishd/mgt_param.c @@ -218,6 +218,7 @@ static struct parspec parspec[] = { "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. " }, -- 2.39.5