Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IronsDu/brynet
/ SocketCreate
Function
SocketCreate
include/brynet/net/SocketLibFunction.hpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
static BrynetSocketFD SocketCreate(int af, int type, int protocol)
95
{
96
return ::socket(af, type, protocol);
97
}
98
99
static void SocketClose(BrynetSocketFD fd)
100
{
Callers
2
Connect
Function · 0.85
processConnect
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected