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