summaryrefslogtreecommitdiffstats
path: root/qa/ct_events_reliable.c
Commit message (Collapse)AuthorAgeFilesLines
* qa: add some stress tools to test conntrack via ctnetlinkPablo Neira Ayuso2012-03-061-0/+59
ct_stress adds plenty of flows in assured state (worst case for the conntrack table). ct_events_reliable forces reliable event delivery. You have to use this tools together: ./ct_events_reliable & then: ./ct_stress 65535 # your ct table size If things go well, you will end up hitting ENOMEM. Both as root, of course. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>