Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EIPStackGroup/OpENer
/ CloseSocketPlatform
Function
CloseSocketPlatform
source/src/ports/MINGW/networkhandler.c:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void CloseSocketPlatform(int socket_handle) {
41
closesocket(socket_handle);
42
}
43
44
int SetSocketToNonBlocking(int socket_handle) {
45
u_long iMode = 1;
Callers
1
CloseSocket
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected