GNUnet 0.28.1-dev.6-3-gbc381df64
 
Loading...
Searching...
No Matches
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.
 
struct LearnLaunchEntrynext
 Kept (also) in a DLL sorted by launch time.
 
struct GNUNET_CRYPTO_ChallengeNonceP challenge
 Challenge that uniquely identifies this activity.
 
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.
 

Detailed Description

When did we launch this DV learning activity?

Definition at line 1280 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 1285 of file gnunet-service-transport.c.

◆ next

struct LearnLaunchEntry* LearnLaunchEntry::next

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

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

◆ challenge

struct GNUNET_CRYPTO_ChallengeNonceP LearnLaunchEntry::challenge

Challenge that uniquely identifies this activity.

Definition at line 1295 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 1301 of file gnunet-service-transport.c.

Referenced by transmit_dv_init().


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