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

Method ServerGetClientIncomingRate

neo/framework/async/NetworkSystem.cpp:124–129  ·  view source on GitHub ↗

================== idNetworkSystem::ServerGetClientIncomingRate ================== */

Source from the content-addressed store, hash-verified

122==================
123*/
124int idNetworkSystem::ServerGetClientIncomingRate( int clientNum ) {
125 if ( idAsyncNetwork::server.IsActive() ) {
126 return idAsyncNetwork::server.GetClientIncomingRate( clientNum );
127 }
128 return 0;
129}
130
131/*
132==================

Callers

nothing calls this directly

Calls 2

GetClientIncomingRateMethod · 0.80
IsActiveMethod · 0.45

Tested by

no test coverage detected