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>
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... | |
Message from the transport service to the library informing about neighbors.
Definition at line 87 of file transport.h.
struct GNUNET_MessageHeader ConnectInfoMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_CONNECT.
Definition at line 92 of file transport.h.
struct GNUNET_BANDWIDTH_Value32NBO ConnectInfoMessage::quota_out |
Current outbound quota for this peer.
Definition at line 105 of file transport.h.
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().