]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream-tcp: implement thread pool for segments
authorVictor Julien <victor@inliniac.net>
Fri, 6 May 2016 17:45:30 +0000 (19:45 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 20 Apr 2017 15:41:11 +0000 (17:41 +0200)
commit807312320f46fb1c5d7c86e927063d2cc223598d
tree36c32bcccb375742bcaa06683be0cefe416e43c1
parentbd821f57f2c147e078126d83bd4998c971d3fbee
stream-tcp: implement thread pool for segments

Config option:

stream:
  reassembly:
    segment-prealloc: 2048
src/stream-tcp-private.h
src/stream-tcp-reassemble.c
src/stream-tcp-reassemble.h
src/stream-tcp-util.c
src/stream-tcp.h
suricata.yaml.in