Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-10 | conntrackd: cthelper: add QueueLen option | Pablo Neira Ayuso | |
This patch adds the QueueLen option, that allows you to increase the maximum number of packets waiting in the nfnetlink_queue to receive a verdict from userspace. Rising the default value (1024) is useful to avoid hitting the following error message: "nf_queue: full at X entries, dropping packets(s)". Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2012-08-01 | conntrackd: add cthelper infrastructure (+ example FTP helper) | Pablo Neira Ayuso | |
This patch adds the user-space helper infrastructure. It also contains the implementation of the FTP helper in user-space. There's one example file that you can use to configure conntrackd as user-space connection tracking helper under: doc/helper/conntrackd.conf Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |