ark::comms::HttpOutgoingBufferEntry
Defined in header “ark/comms/http_buffer.hh”.
An individual buffer entry, used by the HttpOutgoingBuffer class.
Variables
-
core::ByteBuffer buffer
The actual buffer contents to transmit. -
size_t offset= 0
The offset within the buffer where we “begin” we have already successfully sent data before this marker.