Commit f7c41e2f authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

param: Missing PLATFORM_DEPENDENT flags

Refs #3250
parent 0f193e50
......@@ -843,7 +843,7 @@ PARAM_SIMPLE(
/* units */ "bool",
/* descr */
"Enable TCP Fast Open extension.",
/* flags */ PLATFORM_FLAGS
/* flags */ PLATFORM_DEPENDENT | PLATFORM_FLAGS
)
#undef PLATFORM_FLAGS
......@@ -922,7 +922,7 @@ PARAM_SIMPLE(
"This parameter is particularly relevant for HTTP1 keepalive "
" connections which are closed unless the next request is received"
" before this timeout is reached.",
/* flags */ PLATFORM_FLAGS
/* flags */ PLATFORM_DEPENDENT | PLATFORM_FLAGS
)
#undef PLATFORM_FLAGS
......
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