DtlsPeerState.nextSendSequence
ulong nextSendSequence() @safe pure nothrow @nogcConsume the next send sequence number.
Returns the current sequence number and increments it for the next record. Sequence numbers are 48-bit values.
Returns
The sequence number to use for the next outgoing record.