We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
recvmsg
Similar to nix::sys::socket::ControlMessageOwned, it'd be great for rustix::net::RecvAncillaryMessage to be able to handle ancillary messages beyond SCM_RIGHTS and SCM_CREDS, in particular the timestamp variants e.g. SCM_TIMESTAMP
nix::sys::socket::ControlMessageOwned
rustix::net::RecvAncillaryMessage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to
nix::sys::socket::ControlMessageOwned
, it'd be great forrustix::net::RecvAncillaryMessage
to be able to handle ancillary messages beyond SCM_RIGHTS and SCM_CREDS, in particular the timestamp variants e.g. SCM_TIMESTAMPThe text was updated successfully, but these errors were encountered: