Dtls13Client.setCidConfig

void setCidConfig(bool enabled, ubyte cidLength = DtlsCidConstants.DEFAULT_CID_LENGTH) @safe pure nothrow @nogc

Enables Connection ID and sets the local CID length.

Parameters

enabledWhether to negotiate CID.
cidLengthLocal CID length in bytes (0 = disabled, 1-255).