MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / ResetRate

Method ResetRate

neo/framework/async/MsgChannel.cpp:302–309  ·  view source on GitHub ↗

================= idMsgChannel::ResetRate ================= */

Source from the content-addressed store, hash-verified

300=================
301*/
302void idMsgChannel::ResetRate( void ) {
303 lastSendTime = 0;
304 lastDataBytes = 0;
305 outgoingRateTime = 0;
306 outgoingRateBytes = 0;
307 incomingRateTime = 0;
308 incomingRateBytes = 0;
309}
310
311/*
312=================

Callers 2

InitClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected