DtlsContext.setConnectionId
void setConnectionId(bool enable, ubyte cidLength = 8)Enables or disables Connection ID support (DTLS 1.3).
Parameters
enable | true to enable CID negotiation. |
cidLength | Local CID length in bytes (1-255). |
void setConnectionId(bool enable, ubyte cidLength = 8)Enables or disables Connection ID support (DTLS 1.3).
enable | true to enable CID negotiation. |
cidLength | Local CID length in bytes (1-255). |