DtlsEngine.resumeWithSession

void resumeWithSession(scope ref const DtlsSessionInfo session)

Initiates a session resumption handshake using a stored session.

Client-side only. Must be called before handshake(). If the server rejects the ticket, a full handshake is performed automatically.

Parameters

sessionPreviously stored session information.