GNUnet 0.21.1
ConnectInfoMessage Struct Reference

Message from the transport service to the library informing about neighbors. More...

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

Collaboration diagram for ConnectInfoMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_CONNECT. More...
 
struct GNUNET_BANDWIDTH_Value32NBO quota_out
 Current outbound quota for this peer. More...
 
struct GNUNET_PeerIdentity id
 Identity of the new neighbour. More...
 

Detailed Description

Message from the transport service to the library informing about neighbors.

Definition at line 87 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader ConnectInfoMessage::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_CONNECT.

Definition at line 92 of file transport.h.

◆ quota_out

struct GNUNET_BANDWIDTH_Value32NBO ConnectInfoMessage::quota_out

Current outbound quota for this peer.

Definition at line 105 of file transport.h.

◆ id

struct GNUNET_PeerIdentity ConnectInfoMessage::id

Identity of the new neighbour.

Definition at line 111 of file transport.h.

Referenced by core_send_connect_info(), and handle_connect().


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