TcpConnectionState.consumeSendQueue
void consumeSendQueue(size_t count) @trusted nothrow @nogcRemove count bytes from the front of _sendQueue without allocating.
Uses memmove to shift remaining data to the front of the existing buffer, then truncates the slice length.
Parameters
count | Number of bytes consumed from the front of the send queue. |