NativeDtlsEngine.setMinVersion

void setMinVersion(DtlsVersion ver) @safe pure nothrow @nogc

Set the minimum DTLS version to accept.

The engine will reject connections using a version lower than this minimum.

Parameters

verThe minimum DTLS version.