MCPcopy 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
40void CloseSocketPlatform(int socket_handle) {
41 closesocket(socket_handle);
42}
43
44int SetSocketToNonBlocking(int socket_handle) {
45 u_long iMode = 1;

Callers 1

CloseSocketFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected