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

Add a test for AF_UNIX socket support #3

Open
piscisaureus opened this issue Dec 22, 2017 · 1 comment
Open

Add a test for AF_UNIX socket support #3

piscisaureus opened this issue Dec 22, 2017 · 1 comment

Comments

@piscisaureus
Copy link
Owner

piscisaureus commented Dec 22, 2017

At the time of writing, insider builds support Unix sockets: https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows
It seems that this type of socket works just fine with wepoll, however it'd be nice to add a test for this.

@piscisaureus piscisaureus changed the title Add support for AF_UNIX sockets Add a test for AF_UNIX socket support Sep 27, 2018
@fanzeyi
Copy link

fanzeyi commented Dec 23, 2020

Hi, I tried to just duplicate test-success-events.c and replacing AF_INET with AF_UNIX plus some setups for UDS. It seems wepoll supports UDS out of the box. The commit is at fanzeyi@fbb963a if you are interested.

(I do not really fully understand what I am doing. I have zero practical knowledge on epoll & socket on Windows. Apologies if this doesn't make any sense.)

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