MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / nw_InitReliableSocket

Function nw_InitReliableSocket

networking/networking.cpp:1220–1223  ·  view source on GitHub ↗

MTS: only used in this file

Source from the content-addressed store, hash-verified

1218
1219// MTS: only used in this file
1220int nw_InitReliableSocket() {
1221 nw_RegisterCallback((NetworkReceiveCallback)nw_WorkReliable, NWT_RELIABLE);
1222 return 1;
1223}
1224// MTS: only used in this file
1225void nw_SendReliableAck(SOCKADDR *raddr, uint32_t sig, network_protocol link_type, float time_sent) {
1226 int ret;

Callers 1

nw_InitSocketsFunction · 0.85

Calls 1

nw_RegisterCallbackFunction · 0.85

Tested by

no test coverage detected