setSmoothedRtt method

void setSmoothedRtt(
  1. Duration rtt
)

Sets the smoothed RTT for testing purposes.

Implementation

void setSmoothedRtt(Duration rtt) {
  _smoothedRtt = rtt;
}