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

  /external/quake/quake/src/QW/client/
net.h 61 float last_received; // for timeouts member in struct:__anon10258
net_chan.c 167 chan->last_received = realtime;
445 + (realtime-chan->last_received)*(1.0-OLD_AVG);
448 chan->last_received = realtime;
cl_main.c 977 && realtime - cls.netchan.last_received > cl_timeout.value)
  /external/quake/quake/src/QW/server/
sv_main.c 1157 if (cl->netchan.last_received < droptime) {
    [all...]

Completed in 38 milliseconds