Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbind callback is not work #58
Open
Comments
|
You need to accept the packet after you print it and you need to call run on nfqueue.
You also need to insert a rule in to iptables to queue the packets.
Remove the rule after with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi guys i want to make a packet queue with this simple code :
but
"print_and_accept" is not fire and work !
program doesnt print packet and internet is worked well !
how ?
and how can fix it