[#CNode-AccountForSentBytes] = xref:CNode.adoc[CNode]::AccountForSentBytes :relfileprefix: ../ :mrdocs: Account for the total size of a sent message in the per msg type connection stats. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[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); ---- == Parameters [cols="1,4"] |=== | Name| Description | *msg_type* | the message type (command) that was sent. | *sent_bytes* | the number of bytes sent for that message. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#