Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ closesocket
Function
closesocket
source/kernel/knativesocket.cpp:51–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
#endif
50
51
void closesocket(int socket) { close(socket); }
52
53
#if !defined(TCP_KEEPIDLE) && defined(TCP_KEEPALIVE)
54
#define TCP_KEEPIDLE TCP_KEEPALIVE
Callers
2
~KNativeSocketObject
Method · 0.85
nativeSocketPair
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected