When did we launch this DV learning activity? More...
Data Fields | |
struct LearnLaunchEntry * | prev |
Kept (also) in a DLL sorted by launch time. More... | |
struct LearnLaunchEntry * | next |
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... | |
When did we launch this DV learning activity?
Definition at line 1089 of file gnunet-service-transport.c.
struct LearnLaunchEntry* LearnLaunchEntry::prev |
Kept (also) in a DLL sorted by launch time.
Definition at line 1094 of file gnunet-service-transport.c.
struct LearnLaunchEntry* LearnLaunchEntry::next |
Kept (also) in a DLL sorted by launch time.
Definition at line 1099 of file gnunet-service-transport.c.
struct GNUNET_CRYPTO_ChallengeNonceP LearnLaunchEntry::challenge |
Challenge that uniquely identifies this activity.
Definition at line 1104 of file gnunet-service-transport.c.
Referenced by start_dv_learn().
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 1110 of file gnunet-service-transport.c.
Referenced by start_dv_learn().