]> git.ipfire.org Git - people/ms/suricata.git/commit
util-logopenfile: implement redis pipelining
authorEric Leblond <eric@regit.org>
Sun, 24 May 2015 19:52:56 +0000 (21:52 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 22 Oct 2015 08:01:05 +0000 (10:01 +0200)
commitb834e2d19ae66b0ea0798e26818f5b100c2dc7d5
treeded69394b4e1f3670beb5ea4f20b5916187eb4df
parentf953fdfbace8c5dbdc0f190147be3ef7ed309bf7
util-logopenfile: implement redis pipelining

This patch implements redis pipelining. This consist in contacting
the redis server every N events to minimize the number of TCP
exchange. This is optional and setup via the configuration file.
src/util-logopenfile.c
src/util-logopenfile.h
suricata.yaml.in