onBytesSent method
Record bytes sent to the peer (for anti-amplification accounting).
Implementation
void onBytesSent(int bytes) {
_antiAmpLimit.onBytesSent(bytes);
}
Record bytes sent to the peer (for anti-amplification accounting).
void onBytesSent(int bytes) {
_antiAmpLimit.onBytesSent(bytes);
}