================== idNetworkSystem::ServerGetClientIncomingRate ================== */
| 122 | ================== |
| 123 | */ |
| 124 | int idNetworkSystem::ServerGetClientIncomingRate( int clientNum ) { |
| 125 | if ( idAsyncNetwork::server.IsActive() ) { |
| 126 | return idAsyncNetwork::server.GetClientIncomingRate( clientNum ); |
| 127 | } |
| 128 | return 0; |
| 129 | } |
| 130 | |
| 131 | /* |
| 132 | ================== |
nothing calls this directly
no test coverage detected