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

Support unix domain sockets under Win10 #1327

Closed
casabre opened this issue Sep 15, 2019 · 2 comments
Closed

Support unix domain sockets under Win10 #1327

casabre opened this issue Sep 15, 2019 · 2 comments

Comments

@casabre
Copy link

casabre commented Sep 15, 2019

According to the following blog article, Win10 supports now AF_UNIX domain sockets. If I use ipc://, a not supported socket type will be reported. Thus, could please extend the compatible Win10 sockets to AF_UNIX as well. The support of the utilized Win10 version can be checked by sc query afunix

@minrk
Copy link
Member

minrk commented Sep 24, 2019

pyzmq doesn't limit libzmq's ipc support, it passes URLs directly to libzmq. so I think this is an issue for libzmq to deal with, unless it's pyzmq's bundled libzmq that's not setting necessary flags.

@casabre
Copy link
Author

casabre commented Sep 25, 2019

@minrk Thanks for the update. I will raise another issue at libzmq and link it.

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