Account for the total size of a sent message in the per msg type connection stats.
Declared in <net.h>
[[requires_capability(0x7ff36f2e0898), requires_capability(0x7ff36e4bd0c8), requires_capability(0x7ff37ef68888), requires_capability(0x7ff3770c5548), requires_capability(0x7ff38f628858), requires_capability(0x7ff37eb791f8), requires_capability(0x7ff37bc1b8a8), requires_capability(0x7ff38919beb8), requires_capability(0x7ff37a03c6f8), requires_capability(0x7ff383afdae8), requires_capability(0x7ff37ca260c8)]]
void
AccountForSentBytes(
std::string const& msg_type,
size_t sent_bytes);
| Name | Description |
|---|---|
| msg_type | the message type (command) that was sent. |
| sent_bytes | the number of bytes sent for that message. |