Message to acknowledge opening a channel of type GNUNET_MESSAGE_TYPE_CADET_CHANNEL_OPEN_ACK. 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_OPEN_ACK. More... | |
uint32_t | reserved |
For alignment. More... | |
struct GNUNET_CADET_ChannelTunnelNumber | ctn |
ID of the channel. More... | |
struct GNUNET_HashCode | port |
Port number of the channel, used to prove to the initiator that the receiver knows the port. More... | |
Message to acknowledge opening a channel of type GNUNET_MESSAGE_TYPE_CADET_CHANNEL_OPEN_ACK.
Definition at line 413 of file cadet_protocol.h.
struct GNUNET_MessageHeader GNUNET_CADET_ChannelOpenAckMessage::header |
Type: GNUNET_MESSAGE_TYPE_CADET_CHANNEL_OPEN_ACK.
Definition at line 418 of file cadet_protocol.h.
uint32_t GNUNET_CADET_ChannelOpenAckMessage::reserved |
For alignment.
Definition at line 423 of file cadet_protocol.h.
struct GNUNET_CADET_ChannelTunnelNumber GNUNET_CADET_ChannelOpenAckMessage::ctn |
ID of the channel.
Definition at line 428 of file cadet_protocol.h.
Referenced by handle_plaintext_channel_open_ack().
struct GNUNET_HashCode GNUNET_CADET_ChannelOpenAckMessage::port |
Port number of the channel, used to prove to the initiator that the receiver knows the port.
Definition at line 434 of file cadet_protocol.h.
Referenced by handle_plaintext_channel_open_ack().