]> 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>
Fri, 24 Feb 2023 09:45:38 +0000 (10:45 +0100)
commit01b7ccc224f573ca2106731b07ea845b27f89661
treedd46cfe79d4939f11ee1ba2d487177594041fccc
parentd79a926085ce66e0be4bb22ede1671928b6995fb
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.
src/stream-tcp.c
src/stream-tcp.h
suricata.yaml.in