Loading...
Searching...
No Matches
gnrc_sixlowpan_frag_hint_t Struct Reference

A fragment size hint. More...

Detailed Description

A fragment size hint.

Definition at line 33 of file hint.h.

#include <hint.h>

Data Fields

uint16_t fragsz
 Provides a hint of the size for the next fragment to send.
 
uint16_t fragsz_uncomp
 The size of the data bound by gnrc_sixlowpan_frag_hint_t::fragsz uncompressed.
 

Field Documentation

◆ fragsz

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.

See also
gnrc_netif_6lo_t::max_frag_size

Definition at line 42 of file hint.h.

◆ fragsz_uncomp

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.

Definition at line 51 of file hint.h.


The documentation for this struct was generated from the following file: