| 27 | QualityOfService QualityOfService::Null; |
| 28 | |
| 29 | QualityOfService::QualityOfService() : lastSendingTime(0),_sampleInterval(4000),lostRate(0),byteRate(0),latency(0),_lost(0),_size(0),_latency(0),_latencyCount(0) { |
| 30 | } |
| 31 | |
| 32 | void QualityOfService::reset() { |
| 33 | (double&)lostRate = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected