HomeSort by relevance Sort by last modified time
    Searched refs:chokecount (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/server/
sv_send.c 478 // send the chokecount for r_netgraph
479 if (client->chokecount)
482 MSG_WriteByte (msg, client->chokecount);
483 client->chokecount = 0;
770 c->chokecount++;
server.h 189 int chokecount; member in struct:client_s

Completed in 18 milliseconds