GNUnet 0.21.1
GNUNET_CADET_LocalData Struct Reference

Message for cadet data traffic. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet.h>

Collaboration diagram for GNUNET_CADET_LocalData:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_DATA. More...
 
struct GNUNET_CADET_ClientChannelNumber ccn
 ID of the channel. More...
 
uint32_t pp
 Priority and preferences (an enum GNUNET_MQ_PriorityPreferences) of the message in NBO. More...
 

Detailed Description

Message for cadet data traffic.

Definition at line 251 of file cadet.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_LocalData::header

Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_DATA.

Definition at line 256 of file cadet.h.

Referenced by check_local_data().

◆ ccn

struct GNUNET_CADET_ClientChannelNumber GNUNET_CADET_LocalData::ccn

ID of the channel.

Definition at line 261 of file cadet.h.

Referenced by cadet_mq_send_impl(), GCCH_handle_channel_plaintext_data(), GCCH_handle_local_data(), and handle_local_data().

◆ pp

uint32_t GNUNET_CADET_LocalData::pp

Priority and preferences (an enum GNUNET_MQ_PriorityPreferences) of the message in NBO.

Definition at line 267 of file cadet.h.

Referenced by cadet_mq_send_impl().


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