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

AF_INET domain SOCK_RAW socket support #28

Closed
sunmingbao opened this issue Aug 2, 2016 · 1 comment
Closed

AF_INET domain SOCK_RAW socket support #28

sunmingbao opened this issue Aug 2, 2016 · 1 comment

Comments

@sunmingbao
Copy link

Could you implement AF_INET domain SOCK_RAW socket in dpdk-ans?
thanks very much!

The use under linux is like this
raw_socket = socket(AF_INET, SOCK_RAW, protocol);

Some user may wanna use AF_INET domain SOCK_RAW socket to receive or transmit specific IP packets.
There are more info on bellow URL:
http://linux.die.net/man/7/ip

@bluenet13
Copy link
Member

ANS won't support SOCK_RAW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants