GNUnet debian-0.24.3-26-g2202bbd4d
LearnLaunchEntry Struct Reference

When did we launch this DV learning activity? More...

Collaboration diagram for LearnLaunchEntry:
[legend]

Data Fields

struct LearnLaunchEntryprev
 Kept (also) in a DLL sorted by launch time. More...
 
struct LearnLaunchEntrynext
 Kept (also) in a DLL sorted by launch time. More...
 
struct GNUNET_CRYPTO_ChallengeNonceP challenge
 Challenge that uniquely identifies this activity. More...
 
struct GNUNET_TIME_Absolute launch_time
 When did we transmit the DV learn message (used to calculate RTT) and determine freshness of paths learned via this operation. More...
 

Detailed Description

When did we launch this DV learning activity?

Definition at line 1099 of file gnunet-service-transport.c.

Field Documentation

◆ prev

struct LearnLaunchEntry* LearnLaunchEntry::prev

Kept (also) in a DLL sorted by launch time.

Definition at line 1104 of file gnunet-service-transport.c.

◆ next

struct LearnLaunchEntry* LearnLaunchEntry::next

Kept (also) in a DLL sorted by launch time.

Definition at line 1109 of file gnunet-service-transport.c.

◆ challenge

struct GNUNET_CRYPTO_ChallengeNonceP LearnLaunchEntry::challenge

Challenge that uniquely identifies this activity.

Definition at line 1114 of file gnunet-service-transport.c.

Referenced by sign_dv_init_cb(), and start_dv_learn().

◆ launch_time

struct GNUNET_TIME_Absolute LearnLaunchEntry::launch_time

When did we transmit the DV learn message (used to calculate RTT) and determine freshness of paths learned via this operation.

Definition at line 1120 of file gnunet-service-transport.c.

Referenced by sign_dv_init_cb().


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