]> git.ipfire.org Git - thirdparty/suricata.git/commit
tcp: add stream.reassembly.zero-copy-size option
authorVictor Julien <victor@inliniac.net>
Thu, 22 Jan 2015 12:43:31 +0000 (13:43 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 4 Feb 2015 10:23:46 +0000 (11:23 +0100)
commit9327b08ab16c10807b70a2fb200d5681ed6aea39
tree09f89308684575aec8a9d1e8e675f4b2ea2726a3
parent37b56dca5570313a0bee6f19d1955f8baf40b926
tcp: add stream.reassembly.zero-copy-size option

The option sets in bytes the value at which segment data is passed to
the app layer API directly. Data sizes equal to and higher than the
value set are passed on directly.

Default is 128.
src/stream-tcp-reassemble.c
src/stream-tcp.h
suricata.yaml.in