Skip to content
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

Don't block UDP from "listening" in network policy #70

Closed
gbrail opened this issue Jul 15, 2014 · 1 comment
Closed

Don't block UDP from "listening" in network policy #70

gbrail opened this issue Jul 15, 2014 · 1 comment

Comments

@gbrail
Copy link
Contributor

gbrail commented Jul 15, 2014

With UDP, it's nearly always necessary to bind in order to receive packets back from a server that we send them to. This means that if "listening" is disabled then UDP doesn't work. We should take this check out, as the meaning of "listening" in this context is different and doesn't affect security in the same way.

@gbrail
Copy link
Contributor Author

gbrail commented Jul 19, 2014

Fixed in 0.8.0.

@gbrail gbrail closed this as completed Jul 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant