Hi, On 6/17/06, Ming Chen <tomingchen@xxxxxxxxx> wrote:
Hi, My application builds upon netfilter. Packet on the way out is intercepted and held in my application by returning NF_STOLEN. How do I send this 'held' packet out later?
You can use NF_ACCEPT once you did required changes to packet.
Thanks, Ming
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/