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 Socket.OSSupportsUnixDomainSocket #32160

Merged
merged 1 commit into from
Feb 15, 2020

Conversation

stephentoub
Copy link
Member

Fixes #863
cc: @dotnet/ncl

I also noticed that a) we had non-trivial duplication of code between a .Windows.cs and .Unix.cs file, and b) we were using 0 as INVALID_SOCKET when it's actually -1. I fixed both.

@wfurt
Copy link
Member

wfurt commented Feb 12, 2020

test failures seem related.

@stephentoub stephentoub force-pushed the socketsunix branch 2 times, most recently from 1f316ce to 777fd7e Compare February 12, 2020 20:03
@davidsh davidsh added this to the 5.0 milestone Feb 12, 2020
Copy link
Member

@wfurt wfurt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stephentoub stephentoub force-pushed the socketsunix branch 2 times, most recently from 9b0bd03 to ac84c17 Compare February 13, 2020 03:39
@stephentoub stephentoub reopened this Feb 15, 2020
@stephentoub stephentoub merged commit 03fc3ab into dotnet:master Feb 15, 2020
@stephentoub stephentoub deleted the socketsunix branch February 15, 2020 11:11
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider Socket.OSSupportsUnixDomainSockets property
8 participants