MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / QualityOfService

Method QualityOfService

MonaBase/sources/QualityOfService.cpp:29–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27QualityOfService QualityOfService::Null;
28
29QualityOfService::QualityOfService() : lastSendingTime(0),_sampleInterval(4000),lostRate(0),byteRate(0),latency(0),_lost(0),_size(0),_latency(0),_latencyCount(0) {
30}
31
32void QualityOfService::reset() {
33 (double&)lostRate = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected