GNUnet 0.21.1
PeerBucket Struct Reference

Peers are grouped into buckets. More...

Collaboration diagram for PeerBucket:
[legend]

Data Fields

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

Detailed Description

Peers are grouped into buckets.

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

Field Documentation

◆ head

◆ tail

struct PeerInfo* PeerBucket::tail

Tail of DLL.

Definition at line 397 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 402 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: