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
AF_UNIX has been available on Windows since 2017 (https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/).
Can we use Unix sockets instead of named pipes on Windows?
The text was updated successfully, but these errors were encountered:
The Rust standard library seems to also be looking at supporting AF_UNIX , is that correct?
rust-lang/rust#56533
Sorry, something went wrong.
As Ud-sockets have been outsourced to the standard library, this is now blocked on upstream.
Not sure what the timeline of that upstream implementation is like, but FYI there seems to be support via this crate.
No branches or pull requests
AF_UNIX has been available on Windows since 2017 (https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/).
Can we use Unix sockets instead of named pipes on Windows?
The text was updated successfully, but these errors were encountered: