]> err.no Git - varnish/commitdiff
Add note that send_timeout has DELAYED effect
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 20 Aug 2006 07:27:33 +0000 (07:27 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 20 Aug 2006 07:27:33 +0000 (07:27 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@841 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_param.c

index b19c097f6c1a635eb896790011a2c9ee6a32f38e..1ef7569d3fc5a54611542a1a61a80a452f006b3f 100644 (file)
@@ -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. " },