updateRtt method

void updateRtt(
  1. int smoothedRttUs
)

Update RTT.

Implementation

void updateRtt(int smoothedRttUs) {
  _smoothedRttUs = smoothedRttUs;
}