Home
last modified time | relevance | path

Searched refs:last_received (Results 1 – 4 of 4) sorted by relevance

/external/quake/quake/src/QW/client/
Dnet_chan.c167 chan->last_received = realtime; in Netchan_Setup()
445 + (realtime-chan->last_received)*(1.0-OLD_AVG); in Netchan_Process()
448 chan->last_received = realtime; in Netchan_Process()
Dnet.h61 float last_received; // for timeouts member
Dcl_main.c977 && realtime - cls.netchan.last_received > cl_timeout.value) in CL_ReadPackets()
/external/quake/quake/src/QW/server/
Dsv_main.c1157 if (cl->netchan.last_received < droptime) { in SV_CheckTimeouts()