MTS: only used in this file?
| 924 | |
| 925 | // MTS: only used in this file? |
| 926 | void 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 |
nothing calls this directly
no test coverage detected