GNUnet 0.21.1
GNUNET_MESSENGER_MessageConnection Struct Reference

A connection message body This allows to tell others about connection information about a peer. More...

#include <gnunet_messenger_service.h>

Data Fields

uint32_t amount
 The amount of connections of a peer. More...
 
uint32_t flags
 The flags about the connections of a peer. More...
 

Detailed Description

A connection message body This allows to tell others about connection information about a peer.

Message-body-size: 8 bytes

Definition at line 522 of file gnunet_messenger_service.h.

Field Documentation

◆ amount

uint32_t GNUNET_MESSENGER_MessageConnection::amount

The amount of connections of a peer.

Definition at line 527 of file gnunet_messenger_service.h.

Referenced by create_message_connection(), decode_message_body(), encode_message_body(), and get_message_body_kind_size().

◆ flags

uint32_t GNUNET_MESSENGER_MessageConnection::flags

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