A fragment size hint. More...
#include <hint.h>
Data Fields | |
uint16_t | fragsz |
Provides a hint of the size for the next fragment to send. More... | |
uint16_t | fragsz_uncomp |
The size of the data bound by gnrc_sixlowpan_frag_hint_t::fragsz uncompressed. More... | |
uint16_t gnrc_sixlowpan_frag_hint_t::fragsz |
Provides a hint of the size for the next fragment to send.
Set to 0 for fitting to the maximum fragment size of the interface the datagram is sent over.
uint16_t gnrc_sixlowpan_frag_hint_t::fragsz_uncomp |
The size of the data bound by gnrc_sixlowpan_frag_hint_t::fragsz uncompressed.
This is only evaluated when gnrc_sixlowpan_frag_hint_t::fragsz is greater than 0. Required to calculate the proper offset for the next fragment.