NativeDtlsEngine.setHandshakeTimeout

void setHandshakeTimeout(Duration timeout) @safe pure nothrow @nogc

Set the handshake timeout.

If a handshake does not complete within this duration, the peer will be evicted.

Parameters

timeoutThe handshake timeout duration.