onBytesSent method

void onBytesSent(
  1. int bytes
)

Record bytes sent to the peer (for anti-amplification accounting).

Implementation

void onBytesSent(int bytes) {
  _antiAmpLimit.onBytesSent(bytes);
}