Message for cadet data traffic. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet.h>
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... | |
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().
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().
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().