GNUnet 0.21.1
FindAdvHelloContext Struct Reference

Closure for find_advertisable_hello(). More...

Collaboration diagram for FindAdvHelloContext:
[legend]

Data Fields

struct Peerpeer
 Peer we want to advertise to. More...
 
struct Peerresult
 Where to store the result (peer selected for advertising). More...
 
size_t max_size
 Maximum HELLO size we can use right now. More...
 
struct GNUNET_TIME_Relative next_adv
 

Detailed Description

Closure for find_advertisable_hello().

Definition at line 357 of file gnunet-daemon-topology.c.

Field Documentation

◆ peer

struct Peer* FindAdvHelloContext::peer

Peer we want to advertise to.

Definition at line 362 of file gnunet-daemon-topology.c.

Referenced by find_advertisable_hello(), and schedule_next_hello().

◆ result

struct Peer* FindAdvHelloContext::result

Where to store the result (peer selected for advertising).

Definition at line 367 of file gnunet-daemon-topology.c.

Referenced by find_advertisable_hello(), and schedule_next_hello().

◆ max_size

size_t FindAdvHelloContext::max_size

Maximum HELLO size we can use right now.

Definition at line 372 of file gnunet-daemon-topology.c.

Referenced by find_advertisable_hello(), and schedule_next_hello().

◆ next_adv

struct GNUNET_TIME_Relative FindAdvHelloContext::next_adv

Definition at line 374 of file gnunet-daemon-topology.c.

Referenced by find_advertisable_hello(), and schedule_next_hello().


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