sendOk method

  1. @override
void sendOk(
  1. int t0
)
override

Implementation

@override
@pragma('vm:prefer-inline')
void sendOk(int t0) {
  m.sent++;
  if (t0 != 0) m.sendLatency.insert((_nowNs() - t0).toDouble());
  m.markSendNowNs(_nowNs());
}