TcpConnectionState.consumeSendQueue

void consumeSendQueue(size_t count) @trusted nothrow @nogc

Remove 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

countNumber of bytes consumed from the front of the send queue.