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

Function nw_HandleUnreliableData

networking/networking.cpp:926–928  ·  view source on GitHub ↗

MTS: only used in this file?

Source from the content-addressed store, hash-verified

924
925// MTS: only used in this file?
926void nw_HandleUnreliableData(uint8_t *data, int len, network_address *from_addr) {
927 nw_psnet_buffer_packet((uint8_t *)data, len, from_addr);
928}
929
930// MTS: unused?
931// routine to "free" a packet buffer

Callers

nothing calls this directly

Calls 1

nw_psnet_buffer_packetFunction · 0.85

Tested by

no test coverage detected