GNUnet 0.21.2
GNUNET_CADET_LocalInfoPeers Struct Reference

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>

Collaboration diagram for GNUNET_CADET_LocalInfoPeers:
[legend]

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...
 

Detailed Description

Message to inform the client about one of the peers in the service.

Definition at line 423 of file cadet.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_LocalInfoPeers::header

Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERS.

Definition at line 428 of file cadet.h.

◆ paths

uint16_t GNUNET_CADET_LocalInfoPeers::paths

Number of paths.

Definition at line 433 of file cadet.h.

◆ tunnel

int16_t GNUNET_CADET_LocalInfoPeers::tunnel

Do we have a tunnel toward this peer?

Definition at line 438 of file cadet.h.

◆ best_path_length

uint32_t GNUNET_CADET_LocalInfoPeers::best_path_length

Shortest known path.

Definition at line 443 of file cadet.h.

◆ destination

struct GNUNET_PeerIdentity GNUNET_CADET_LocalInfoPeers::destination

ID of the peer (can be local peer).

Definition at line 448 of file cadet.h.


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