eclipse / tinydtls

Eclipse tinydtls
https://projects.eclipse.org/projects/iot.tinydtls
Other
105 stars 58 forks source link

Add client dtls connection ID (2.). #149

Open boaks opened 2 years ago

boaks commented 2 years ago

Simple client side implementation indicates support and uses the cid of the server, when negotiated by that.

Signed-off-by: Achim Kraus achim.kraus@cloudcoap.net

mrdeep1 commented 1 month ago

It would be good if a server side API could be added where the calling application can define the CID to use so that it can be tracked by the application to change the tuple to send back any response on.

boaks commented 1 month ago

server side API

As for now, tinydtls CID only supports the client side. To be more precise, the client only indicates to support CID, but doesn't use a CID on it's own side. For the next time I will not able to spend the required time to implement a server side. If that changes, the proposed API will make a lot of sense.