Extending DTLS with Connection ID #9363
YSLew-tado
started this conversation in
Ideas
Replies: 1 comment
-
I think it makes sense to allow support for DTLS Connection IDs. We should probably wrap it with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I noticed that MbedTLS 3.3.0 adds support for DTLS Connection ID.
It would be great if this could be leveraged to extend OpenThread DTLS.
For my simple use case of client being prepared to send using a CID but does not wish the server to use one when sending, it seems relatively easy to do. enable_cid.patch.txt
Openthread-CID.pcapng.txt
I invite everyone more familiar with the codebase to share their opinion whether this is a good idea or maybe there is a simpler / cleaner way.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions