GNUnet 0.21.1
GNUNET_CADET_ConnectionCreateAckMessage Struct Reference

Message for ack'ing a connection. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet_protocol.h>

Collaboration diagram for GNUNET_CADET_ConnectionCreateAckMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_CADET_CONNECTION_CREATE_ACK. More...
 
uint32_t reserved
 For alignment. More...
 
struct GNUNET_CADET_ConnectionTunnelIdentifier cid
 ID of the connection. More...
 

Detailed Description

Message for ack'ing a connection.

Definition at line 121 of file cadet_protocol.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_ConnectionCreateAckMessage::header

◆ reserved

uint32_t GNUNET_CADET_ConnectionCreateAckMessage::reserved

For alignment.

Definition at line 131 of file cadet_protocol.h.

◆ cid

struct GNUNET_CADET_ConnectionTunnelIdentifier GNUNET_CADET_ConnectionCreateAckMessage::cid

ID of the connection.

Definition at line 136 of file cadet_protocol.h.

Referenced by send_create_ack().


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