DtlsEngine.enableConnectionId
void enableConnectionId(bool enable)Enables or disables Connection ID support.
Connection ID is a DTLS 1.3 feature that allows connections to survive address changes (NAT rebinding, mobile roaming). Has no effect for DTLS 1.2 connections.
Parameters
enable | true to enable CID negotiation, false to disable. |