DtlsFragmentBuffer.feed

bool feed(ushort messageSeq, uint fragmentOffset, uint fragmentLength, uint totalLength, const(ubyte)[] fragmentData) @safe pure nothrow

Feed a fragment into the reassembly buffer.

Parameters

messageSeqThe message sequence number.
fragmentOffsetOffset of this fragment within the full message.
fragmentLengthLength of this fragment.
totalLengthTotal length of the complete message.
fragmentDataThe fragment data.

Returns

true when the full message is assembled, false otherwise.