DtlsPeerState.isHandshakeTimedOut

bool isHandshakeTimedOut(Duration timeout) const @safe nothrow @nogc

Check if the handshake has timed out.

Parameters

timeoutMaximum allowed duration for the handshake.

Returns

true if the handshake duration exceeds the timeout.