[#V2Transport-MarkBytesSent] = xref:V2Transport.adoc[V2Transport]::MarkBytesSent :relfileprefix: ../ :mrdocs: Report how many pending bytes were actually sent. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e2b0f2618), requires_capability(0x7f2e2aa3be88), requires_capability(0x7f2e22e7c308), requires_capability(0x7f2e26d28ed8), requires_capability(0x7f2e20d4a928), requires_capability(0x7f2e2af17858), requires_capability(0x7f2e4317dad8), requires_capability(0x7f2e21e51008), requires_capability(0x7f2e1b876658), requires_capability(0x7f2e35f9dec8), requires_capability(0x7f2e4396d218)]] virtual void MarkBytesSent(size_t bytes_sent) noexcept override; ---- == Parameters [cols="1,4"] |=== | Name| Description | *bytes_sent* | number of bytes actually written to the wire. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#