Would it be possible to add Connection ID (CID) support?
- DTLS 1.2: RFC 9146
- DTLS 1.3: RFC 9147 (the C bit in the unified header)
CID allows demultiplexing by connection identifier instead of the 4-tuple, which is useful for NAT rebinding and connection migration scenarios.
Currently the implementation explicitly discards records with the CID bit set.
Would it be possible to add Connection ID (CID) support?
CID allows demultiplexing by connection identifier instead of the 4-tuple, which is useful for NAT rebinding and connection migration scenarios.
Currently the implementation explicitly discards records with the CID bit set.