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

Windows Subsystem for Linux compatibility fix #2013

Merged
merged 1 commit into from
May 27, 2016

Conversation

aseering
Copy link
Contributor

On systems where getifaddrs() exists but isn't implemented, behave as if 'resolve_nic_name()' were entirely unsupported.

This is a fix for jupyter/notebook#1331 and a workaround for microsoft/WSL#185 . It's not exactly a beautiful solution, and it's probable that the Bash-on-Windows folks will have fixed the root cause of this problem before they next pull in the latest build of ZeroMQ. I certainly wouldn't object if you declined this PR on those grounds. But I wrote the fix, and it works, so I figure I might as well share it.

… if 'resolve_nic_name()' were entirely unsupported
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.08%) to 75.007% when pulling b1e2b87 on aseering:master into 9a50364 on zeromq:master.

@rgbkrk
Copy link
Member

rgbkrk commented May 27, 2016

Thank you @aseering

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

Successfully merging this pull request may close these issues.

4 participants