summaryrefslogtreecommitdiffstats
path: root/examples/netfilter/nfct-create-batch.c
Commit message (Collapse)AuthorAgeFilesLines
* nlmsg: add new message batching infrastructurePablo Neira Ayuso2010-12-171-0/+192
This patch adds the new message batching infrastructure that allows to store several messages into one single datagram. This patch includes an example for ctnetlink. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>