HelloVerifyRequest.parse

HelloVerifyRequest parse(const(ubyte)[] data) @safe pure nothrow @nogc

Parses a HelloVerifyRequest handshake body (after the 12-byte DTLS handshake header has been stripped).

Parameters

dataThe message body bytes.

Returns

The parsed HelloVerifyRequest, or an invalid instance on error.

Check valid to determine success.