Tor 0.4.9.8
Loading...
Searching...
No Matches
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 4074 of file entrynodes.c.

Field Documentation

◆ expire_on_date

time_t expire_on_date

When does this guard expire? (randomized timestamp)

Definition at line 4078 of file entrynodes.c.

Referenced by maintain_layer2_guards().

◆ identity

char identity[DIGEST_LEN]

Identity of the guard

Definition at line 4076 of file entrynodes.c.

Referenced by maintain_layer2_guards().


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