feedFragment

fnbool feedFragment(DtlsFragmentBuffer buffer, const(ubyte)[] fragment) @safe pure nothrow

Feeds a complete DTLS handshake fragment (with header) into a reassembly buffer.

This is a convenience function that parses the header and calls feed().

Parameters

bufferThe fragment buffer to feed into.
fragmentComplete fragment including DTLS handshake header.

Returns

true when the full message is assembled, false otherwise.