On 03/Nov/10 19:35, Pablo Neira Ayuso wrote: > On 02/11/10 16:46, Rajkumar S wrote: >> I am using utils/nfqnl_test.c as my test program > > Please, see: > > http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnetfilter_queue.git;a=commitdiff;h=37791b0eb98c00098a6410f6dedfdce92fc88f3e;hp=c4692e02d4fc804f7aa31f407d7d2f31861753bc Thanks for the improved docs! For older kernels, would it also help setting something like -A INPUT -m limit --limit 10/second -j NFQUEUE --queue-num 0? Would you please also amend nfqnl_test.c? From this thread I grasp that packets that overflowed the queue are still received/ transmitted, but am unable to do better than the attached (untested) patch.