Dtls13Client.setCidConfig
void setCidConfig(bool enabled, ubyte cidLength = DtlsCidConstants.DEFAULT_CID_LENGTH) @safe pure nothrow @nogcEnables Connection ID and sets the local CID length.
Parameters
enabled | Whether to negotiate CID. |
cidLength | Local CID length in bytes (0 = disabled, 1-255). |