-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Unix]: AcceptAsync with existing AcceptSocket support on Unix #73499
[Unix]: AcceptAsync with existing AcceptSocket support on Unix #73499
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThis pr aims to support AcceptAsync operation with existing AcceptSocket on Unix-like systems.
|
@stephentoub I tried to make |
cc @karelz |
src/libraries/System.Net.Sockets/src/System/Net/Sockets/SocketAsyncEventArgs.Unix.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Sockets/src/System/Net/Sockets/SocketAsyncEventArgs.Unix.cs
Outdated
Show resolved
Hide resolved
Thanks for contributing @liveans. Generally looks ok to me, I Ieft few comments. |
src/libraries/System.Net.Sockets/src/System/Net/Sockets/SafeSocketHandle.cs
Outdated
Show resolved
Hide resolved
Welcome to the repo @liveans |
Thank you very much! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
thanks.
This pr aims to support AcceptAsync operation with existing AcceptSocket on Unix-like systems.
Closes #1483