GNUnet 0.21.1
GNUNET_CADET_ChannelAppDataMessage Struct Reference

Message for cadet data traffic. More...

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

Collaboration diagram for GNUNET_CADET_ChannelAppDataMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_CADET_CHANNEL_APP_DATA. More...
 
struct ChannelMessageIdentifier mid
 Unique ID of the payload message. More...
 
struct GNUNET_CADET_ChannelTunnelNumber ctn
 ID of the channel. More...
 

Detailed Description

Message for cadet data traffic.

Definition at line 476 of file cadet_protocol.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_ChannelAppDataMessage::header

◆ mid

struct ChannelMessageIdentifier GNUNET_CADET_ChannelAppDataMessage::mid

Unique ID of the payload message.

Definition at line 486 of file cadet_protocol.h.

Referenced by data_sent_cb(), GCCH_handle_channel_plaintext_data_ack(), GCCH_handle_local_data(), handle_matching_ack(), and retry_transmission().

◆ ctn

struct GNUNET_CADET_ChannelTunnelNumber GNUNET_CADET_ChannelAppDataMessage::ctn

ID of the channel.

Definition at line 491 of file cadet_protocol.h.

Referenced by GCCH_handle_local_data(), and retry_transmission().


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