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