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

Use Unix sockets on Windows if available #45

Open
ncihnegn opened this issue Nov 11, 2023 · 2 comments
Open

Use Unix sockets on Windows if available #45

ncihnegn opened this issue Nov 11, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@ncihnegn
Copy link
Contributor

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?

@ncihnegn ncihnegn added the enhancement New feature or request label Nov 11, 2023
@stefnotch
Copy link

The Rust standard library seems to also be looking at supporting AF_UNIX , is that correct?

rust-lang/rust#56533

@kotauskas
Copy link
Owner

As Ud-sockets have been outsourced to the standard library, this is now blocked on upstream.

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

No branches or pull requests

3 participants