GNUnet 0.21.1
GNUNET_CADET_ChannelOpenAckMessage Struct Reference

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>

Collaboration diagram for GNUNET_CADET_ChannelOpenAckMessage:
[legend]

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...
 

Detailed Description

Message to acknowledge opening a channel of type GNUNET_MESSAGE_TYPE_CADET_CHANNEL_OPEN_ACK.

Definition at line 413 of file cadet_protocol.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_ChannelOpenAckMessage::header

◆ reserved

uint32_t GNUNET_CADET_ChannelOpenAckMessage::reserved

For alignment.

Definition at line 423 of file cadet_protocol.h.

◆ ctn

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().

◆ port

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().


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