Message for ack'ing a connection. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/cadet/cadet_protocol.h>
Data Fields | |
| struct GNUNET_MessageHeader | header | 
| Type: GNUNET_MESSAGE_TYPE_CADET_CONNECTION_CREATE_ACK.   | |
| uint32_t | reserved | 
| For alignment.   | |
| struct GNUNET_CADET_ConnectionTunnelIdentifier | cid | 
| ID of the connection.   | |
Message for ack'ing a connection.
Definition at line 121 of file cadet_protocol.h.
| struct GNUNET_MessageHeader GNUNET_CADET_ConnectionCreateAckMessage::header | 
Type: GNUNET_MESSAGE_TYPE_CADET_CONNECTION_CREATE_ACK.
Definition at line 126 of file cadet_protocol.h.
| uint32_t GNUNET_CADET_ConnectionCreateAckMessage::reserved | 
For alignment.
Definition at line 131 of file cadet_protocol.h.
| 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().