FixedHeader.length

The Remaining Length is the number of bytes remaining within the current packet, including data in the variable header and the payload. The Remaining Length does not include the bytes used to encode the Remaining Length.

struct FixedHeader
@safe pure @nogc nothrow
uint length;

Meta