Message for cadet data traffic. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet_protocol.h>
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... | |
Message for cadet data traffic.
Definition at line 476 of file cadet_protocol.h.
struct GNUNET_MessageHeader GNUNET_CADET_ChannelAppDataMessage::header |
Type: GNUNET_MESSAGE_TYPE_CADET_CHANNEL_APP_DATA.
Definition at line 481 of file cadet_protocol.h.
Referenced by GCCH_handle_local_data(), and retry_transmission().
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().
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().