GNUnet debian-0.24.3-28-g4f2a77692
 
Loading...
Searching...
No Matches
FindAdvHelloContext Struct Reference

Closure for find_advertisable_hello(). More...

Collaboration diagram for FindAdvHelloContext:
[legend]

Data Fields

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

Detailed Description

Closure for find_advertisable_hello().

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

Field Documentation

◆ peer

struct Peer* FindAdvHelloContext::peer

Peer we want to advertise to.

Definition at line 366 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 371 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 376 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 378 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: