DtlsConnection.setRehandshakeMode

Since GLib 2.64, changing the rehandshake mode is no longer supported and will have no effect. With TLS 1.3, rehandshaking has been removed from the TLS protocol, replaced by separate post-handshake authentication and rekey operations.

More...
interface DtlsConnection
void
setRehandshakeMode

Parameters

mode gio.types.TlsRehandshakeMode

the rehandshaking mode

Detailed Description

Deprecated: Changing the rehandshake mode is no longer required for compatibility. Also, rehandshaking has been removed from the TLS protocol in TLS 1.3.