Message to acknowledge end-to-end data. 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_ACK. More... | |
struct GNUNET_CADET_ChannelTunnelNumber | ctn |
ID of the channel. More... | |
uint64_t | futures |
Bitfield of already-received newer messages. More... | |
struct ChannelMessageIdentifier | mid |
Next message ID expected. More... | |
Message to acknowledge end-to-end data.
Definition at line 502 of file cadet_protocol.h.
struct GNUNET_MessageHeader GNUNET_CADET_ChannelDataAckMessage::header |
Type: GNUNET_MESSAGE_TYPE_CADET_CHANNEL_APP_DATA_ACK.
Definition at line 507 of file cadet_protocol.h.
struct GNUNET_CADET_ChannelTunnelNumber GNUNET_CADET_ChannelDataAckMessage::ctn |
ID of the channel.
Definition at line 512 of file cadet_protocol.h.
Referenced by handle_plaintext_data_ack().
uint64_t GNUNET_CADET_ChannelDataAckMessage::futures |
Bitfield of already-received newer messages.
Note that bit 0 corresponds to mid + 1.
pid + 0 @ LSB pid + 63 @ MSB
Definition at line 521 of file cadet_protocol.h.
Referenced by GCCH_handle_channel_plaintext_data_ack().
struct ChannelMessageIdentifier GNUNET_CADET_ChannelDataAckMessage::mid |
Next message ID expected.
Definition at line 526 of file cadet_protocol.h.
Referenced by GCCH_handle_channel_plaintext_data_ack().