MCPcopy 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
94static BrynetSocketFD SocketCreate(int af, int type, int protocol)
95{
96 return ::socket(af, type, protocol);
97}
98
99static void SocketClose(BrynetSocketFD fd)
100{

Callers 2

ConnectFunction · 0.85
processConnectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected