Information we return per peer. More...
#include <gnunet_cadet_service.h>
Data Fields | |
struct GNUNET_PeerIdentity | peer |
Which peer is the information about? More... | |
int | have_tunnel |
Do we have a tunnel to this peer? More... | |
unsigned int | n_paths |
Number of disjoint known paths to peer. More... | |
unsigned int | best_path_length |
Length of the shortest path (0 = unknown, 1 = ourselves, 2 = direct neighbour). More... | |
Information we return per peer.
Definition at line 401 of file gnunet_cadet_service.h.
struct GNUNET_PeerIdentity GNUNET_CADET_PeerListEntry::peer |
Which peer is the information about?
Definition at line 406 of file gnunet_cadet_service.h.
Referenced by handle_get_peers(), and peers_callback().
int GNUNET_CADET_PeerListEntry::have_tunnel |
Do we have a tunnel to this peer?
Definition at line 411 of file gnunet_cadet_service.h.
Referenced by handle_get_peers(), and peers_callback().
unsigned int GNUNET_CADET_PeerListEntry::n_paths |
Number of disjoint known paths to peer.
Definition at line 416 of file gnunet_cadet_service.h.
Referenced by handle_get_peers(), and peers_callback().
unsigned int GNUNET_CADET_PeerListEntry::best_path_length |
Length of the shortest path (0 = unknown, 1 = ourselves, 2 = direct neighbour).
Definition at line 421 of file gnunet_cadet_service.h.
Referenced by handle_get_peers().