GNUnet 0.21.1
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 1074 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 1079 of file gnunet-service-transport.c.

◆ next

struct LearnLaunchEntry* LearnLaunchEntry::next

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

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

◆ challenge

struct GNUNET_CRYPTO_ChallengeNonceP LearnLaunchEntry::challenge

Challenge that uniquely identifies this activity.

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

Referenced by 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 1095 of file gnunet-service-transport.c.

Referenced by start_dv_learn().


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