Skip to content

Commit 55b4c1e

Browse files
committed
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.
1 parent faf2613 commit 55b4c1e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/userguide/configuration/suricata-yaml.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,8 @@ for example RFC 6093, 3.4).
12751275

12761276
Several options are provided to control how to deal with the urgent pointer.
12771277

1278+
.. note:: TCP urgent handling is considered experimental at this time
1279+
12781280
::
12791281

12801282
stream:

suricata.yaml.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,9 +1592,10 @@ stream:
15921592
#midstream-policy: ignore
15931593
inline: auto # auto will use inline mode in IPS mode, yes or no set it statically
15941594
reassembly:
1595-
urgent:
1596-
policy: oob # drop, inline, oob (1 byte, see RFC 6093, 3.1), gap
1597-
oob-limit-policy: drop
1595+
# experimental TCP urgent handling logic
1596+
#urgent:
1597+
# policy: inline # drop, inline, oob (1 byte, see RFC 6093, 3.1), gap
1598+
# oob-limit-policy: drop
15981599
memcap: 256mb
15991600
#memcap-policy: ignore
16001601
depth: 1mb # reassemble 1mb into a stream

0 commit comments

Comments
 (0)