Loading...
Searching...
No Matches
hint.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019 Freie Universität Berlin
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
20
21#include <stdint.h>
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
30typedef struct {
39 uint16_t fragsz;
48 uint16_t fragsz_uncomp;
50
51#ifdef __cplusplus
52}
53#endif
54
A fragment size hint.
Definition hint.h:30
uint16_t fragsz
Provides a hint of the size for the next fragment to send.
Definition hint.h:39
uint16_t fragsz_uncomp
The size of the data bound by gnrc_sixlowpan_frag_hint_t::fragsz uncompressed.
Definition hint.h:48