Commit ddb9ff2b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

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

parent 58687c69
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment