ark::comms::ThrottledWebsocketOutgoingMessage
Defined in header “ark/comms/throttled_websocket_writer.hh”.
This structure represents a message that is going out over the wire.
Variables
-
uint16_t sequence_number= 0
The sequence number of this message. The client must acknowledge this identifier to advance the window size. -
core::ByteBuffer buffer
The bytes that need to be transmitted.