[master] ddb9ff2 Up the sess workspace to 384, 256 isn't enough for IPv6 (yet?)

Poul-Henning Kamp phk at FreeBSD.org
Tue Dec 3 17:38:41 CET 2013


commit ddb9ff2b4a154ed0e292da21deaaaa7162b03db3
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Dec 2 23:01:45 2013 +0000

    Up the sess workspace to 384, 256 isn't enough for IPv6 (yet?)

diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index baae9ee..1859bec 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -87,7 +87,7 @@ struct parspec mgt_parspec[] = {
 		"Bytes of workspace for session and TCP connection addresses."
 		"  If larger than 4k, use a multiple of 4k for VM efficiency.",
 		DELAYED_EFFECT,
-		"256", "bytes" },
+		"384", "bytes" },
 	{ "workspace_client",
 		tweak_bytes_u, &mgt_param.workspace_client,
 		"3072", NULL,



More information about the varnish-commit mailing list