-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
IP_RECVORIGDSTADDR not working #12
Comments
Yep I think we not support this one atm... PRs welcome :) |
Tried the commit #13 in our real app. |
Due to a CVE related to io_uring and AF_LOCAL sockets https://bugs.chromium.org/p/project-zero/issues/detail?id=1975 sending of ancillary data (which is used by IP_RECVORIGDSTADDR) was completely disabled in io_uring stack. It was partially fixed in 5.10 release candidates, but only for TCP sockets. We'll post a patch to LKML and ask to enable cmsg for io_uring+UDP as well. Until it's done this task can't be implemented. |
Sounds good... thanks for keep us posted |
This is fixed in 5.12 ... We may want to pick this up again |
The text was updated successfully, but these errors were encountered: