GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
PeerBucket Struct Reference

Peers are grouped into buckets. More...

Collaboration diagram for PeerBucket:
[legend]

Data Fields

struct PeerInfohead
 Head of DLL.
 
struct PeerInfotail
 Tail of DLL.
 
unsigned int peers_size
 Number of peers in the bucket.
 

Detailed Description

Peers are grouped into buckets.

Definition at line 329 of file gnunet-service-dht_neighbours.c.

Field Documentation

◆ head

◆ tail

struct PeerInfo* PeerBucket::tail

Tail of DLL.

Definition at line 339 of file gnunet-service-dht_neighbours.c.

Referenced by GDS_u_connect(), and GDS_u_disconnect().

◆ peers_size

unsigned int PeerBucket::peers_size

Number of peers in the bucket.

Definition at line 344 of file gnunet-service-dht_neighbours.c.

Referenced by GDS_try_connect(), GDS_u_connect(), and GDS_u_disconnect().


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