feedFragment
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
buffer | The fragment buffer to feed into. |
fragment | Complete fragment including DTLS handshake header. |
Returns
true when the full message is assembled, false otherwise.