-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netfilterqueue hangs on unbind #42
Comments
When it hangs, what is the output of What's your kernel version? |
@mattfox Thanks for the response. And I checked |
You cannot call |
would you please explain why can not unbind in different thread? |
I created #85 for this feature request. It might be theoretically possible but the libnetfilter_queue library that we rely upon isn't written in a way that exposes the functionality we would need. |
I simply wanted to analyze and test DNS packets and view them on my console. The problem is when I call
unbind()
method of netfilterqueue, it hangs on the program. This does not happens every time. Plz help me If anyone of you know how to unbind without hanging. (see line 83)The text was updated successfully, but these errors were encountered: