Message to inform the client about one of the peers in the service. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERS. More... | |
uint16_t | paths |
Number of paths. More... | |
int16_t | tunnel |
Do we have a tunnel toward this peer? More... | |
uint32_t | best_path_length |
Shortest known path. More... | |
struct GNUNET_PeerIdentity | destination |
ID of the peer (can be local peer). More... | |
Message to inform the client about one of the peers in the service.
struct GNUNET_MessageHeader GNUNET_CADET_LocalInfoPeers::header |
uint16_t GNUNET_CADET_LocalInfoPeers::paths |
int16_t GNUNET_CADET_LocalInfoPeers::tunnel |
uint32_t GNUNET_CADET_LocalInfoPeers::best_path_length |
struct GNUNET_PeerIdentity GNUNET_CADET_LocalInfoPeers::destination |