contiki-ng / tinydtls

A version of tinyDTLS that is refactored to be more easy to use "standalone" (e.g. without bindings to a specific IP-stack).
Other
8 stars 25 forks source link

Fragmentation in HS #15

Closed simpyparveen closed 3 years ago

simpyparveen commented 4 years ago

I was trying to send CKE with some additional data[21000] which is obviously very large. Fragmentation at IP layer doesnt work properly and CKE is never exchanged.

Do you have a code with supported fragmentation in tinyDTLS.