]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: add liberal timetamps option
authorVictor Julien <vjulien@oisf.net>
Wed, 22 Feb 2023 14:17:53 +0000 (15:17 +0100)
committerVictor Julien <vjulien@oisf.net>
Thu, 2 Mar 2023 08:01:28 +0000 (09:01 +0100)
commit7f4a800156531c02e0b4ecedadcb426a4c9a8707
treeae96075462cd81b37f323234a41b225ed03acf02
parentfee655bae6f0b9e7071437f4b2e37d68f5242537
stream: add liberal timetamps option

Linux is slightly more permissive wrt timestamps than many
other OS'. To avoid many events/issues with linux hosts, add an
option to allow for this slightly more permissive behavior.

Ideally the host-os config would be used, but in practice this
setting is rarely set up correctly, if at all.

This option is enabled by default.

(cherry picked from commit 01b7ccc224f573ca2106731b07ea845b27f89661)
src/stream-tcp.c
src/stream-tcp.h
suricata.yaml.in