Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EIPStackGroup/OpENer
/ SetSocketToNonBlocking
Function
SetSocketToNonBlocking
source/src/ports/MINGW/networkhandler.c:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
int SetSocketToNonBlocking(int socket_handle) {
45
u_long iMode = 1;
46
return ioctlsocket(socket_handle, FIONBIO, &iMode);
47
}
48
49
int SetQosOnSocket(int socket,
50
CipUsint qos_value) {
Callers
2
NetworkHandlerInitialize
Function · 0.50
CreateUdpSocket
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected