stream: mark urgent experimental; set safe defaults

Uncomment in default config. This will make the policy "inline",
which is the same behavior as prior to the urgent policy support.

Add line to docs that this is an experimental feature.
pull/12283/head
Victor Julien 11 months ago
parent faf2613281
commit 55b4c1e6fd

@ -1275,6 +1275,8 @@ for example RFC 6093, 3.4).
Several options are provided to control how to deal with the urgent pointer.
.. note:: TCP urgent handling is considered experimental at this time
::
stream:

@ -1592,9 +1592,10 @@ stream:
#midstream-policy: ignore
inline: auto # auto will use inline mode in IPS mode, yes or no set it statically
reassembly:
urgent:
policy: oob # drop, inline, oob (1 byte, see RFC 6093, 3.1), gap
oob-limit-policy: drop
# experimental TCP urgent handling logic
#urgent:
# policy: inline # drop, inline, oob (1 byte, see RFC 6093, 3.1), gap
# oob-limit-policy: drop
memcap: 256mb
#memcap-policy: ignore
depth: 1mb # reassemble 1mb into a stream

Loading…
Cancel
Save