]> git.ipfire.org Git - thirdparty/suricata.git/commit
af-packet: fix sync start for tpacket v3
authorVictor Julien <victor@inliniac.net>
Tue, 22 Jan 2019 20:00:57 +0000 (21:00 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 22 Jan 2019 20:44:38 +0000 (21:44 +0100)
commitcebbe06f70ffdbda86dea7435aa406b5d1b26bac
treec4d7bb9b1da07e7f90514c228e5fb063525a41ad
parent03af3e1ed8aacf34d44b242a507d623352dc10a8
af-packet: fix sync start for tpacket v3

The tpacket-v3 implementation of the synchonize start logic would
not correctly consider the timestamp parameter, leading to threads
starting before synchronization between threads was complete.

Bug #2788
src/source-af-packet.c