[#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(0x7f2e2b2a80b8), requires_capability(0x7f2e2ad13808), requires_capability(0x7f2e23031e68), requires_capability(0x7f2e26edea38), requires_capability(0x7f2e231580b8), requires_capability(0x7f2e36827938), requires_capability(0x7f2e228b0058), requires_capability(0x7f2e431dce18), requires_capability(0x7f2e1b9fc0e8), requires_capability(0x7f2e2b9cfc88), requires_capability(0x7f2e403d2388)]] 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]#