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... | |
A connection message body This allows to tell others about connection information about a peer.
Message-body-size: 8 bytes
Definition at line 525 of file gnunet_messenger_service.h.
uint32_t GNUNET_MESSENGER_MessageConnection::amount |
The amount of connections of a peer.
Definition at line 530 of file gnunet_messenger_service.h.
Referenced by create_message_connection(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), and on_message().
uint32_t GNUNET_MESSENGER_MessageConnection::flags |
The flags about the connections of a peer.
Definition at line 535 of file gnunet_messenger_service.h.
Referenced by create_message_connection(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), on_message(), and verify_list_tunnels_flag_token().