MCPcopy Create free account
hub / github.com/TASEmulators/fceux / EndNBTCPReceive

Function EndNBTCPReceive

fceux-server/server.cpp:203–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203static void EndNBTCPReceive(ClientEntry *client)
204{
205 free(client->nbtcp);
206 client->nbtcplen = client->localplayers;
207 client->nbtcphas = 0;
208 client->nbtcptype = 0;
209 client->nbtcp = 0;
210}
211
212static uint8 *MakeMPS(ClientEntry *client)
213{

Callers 1

CheckNBTCPReceiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected