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

Is it possible to add Windows support? #60

Open
avedmala opened this issue Aug 2, 2023 · 1 comment
Open

Is it possible to add Windows support? #60

avedmala opened this issue Aug 2, 2023 · 1 comment

Comments

@avedmala
Copy link

avedmala commented Aug 2, 2023

I noticed the package has the dummy logic for Windows as there wasn't support for Datagrams over UDS. But I was wondering if given the recent support for AF_UNIX and SOCK_DGRAM on Windows, is it possible to add support?

I'm working on a Windows project and on one side I was able to send data to a Windows Named Pipe with a Stream Socket. But now I need to be able to send Datagrams.

@bnoordhuis
Copy link
Owner

I'm aware it exists and, although I don't plan to work on it myself, a pull request is welcome. Read through libuv/libuv#2537 because there are some gotchas to keep in mind.

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