| 493 | } |
| 494 | |
| 495 | void |
| 496 | Scanner::setRttMs(unsigned int rtt) |
| 497 | { |
| 498 | this->rtt = rtt; |
| 499 | |
| 500 | if (this->fs > 0) |
| 501 | this->analyzer->setBufferingSize(rtt * this->fs / 1000); |
| 502 | } |
| 503 | |
| 504 | ////////////////////////////// Slots ///////////////////////////////////// |
| 505 | void |
no test coverage detected