DtlsConnectionId.create

DtlsConnectionId create(ubyte[] id) @safe pure nothrow @nogc

Creates a Connection ID from raw bytes.

Parameters

idConnection identifier bytes (0-255 bytes).

Returns

A DtlsConnectionId wrapping the given bytes.