Replies: 3 comments 2 replies
-
@dotnet/ncl |
Beta Was this translation helpful? Give feedback.
-
That really depends on how the socket is used from c# @cjmld5. For example, you can use synchronous read and write and neither one would be used. You can use |
Beta Was this translation helpful? Give feedback.
-
About the I hope this helps a bit. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone explain how select/poll/epoll interacts with C# code in socket Select() or SocketAsyncEventArgs?
below example:
and how winsock2 interacts with dotnet runtime?it seems in C++ we could add a head
#include<winsock2.h>
and see select code below:
and here could not find some relations to interacts with dotnet runtime pal_networking.c?How should they be strung together?
Beta Was this translation helpful? Give feedback.
All reactions