Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tinydtls-dev] Fragmentation

Hi,
I'm using TinyDTLS in University project in which i have a very limited hardware and network resource. I need to split packet and send it separatly. I see that dtls_handshake_header_t struct have fragment_offset which is used (I think) for my kind of problem, but it is never used in the code.
In which way i can solve this problem?
Paolo


Back to the top