Tor 0.4.9.0-alpha-dev
Data Fields
layer2_guard_t Struct Reference

Data Fields

char identity [DIGEST_LEN]
 
time_t expire_on_date
 

Detailed Description

Layer2 guard subsystem (vanguards-lite) used for onion service circuits A simple representation of a layer2 guard. We just need its identity so that we feed it into a routerset, and a sampled timestamp to do expiration checks.

Definition at line 4069 of file entrynodes.c.

Field Documentation

◆ expire_on_date

time_t expire_on_date

When does this guard expire? (randomized timestamp)

Definition at line 4073 of file entrynodes.c.

◆ identity

char identity[DIGEST_LEN]

Identity of the guard

Definition at line 4071 of file entrynodes.c.


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