|
Tor 0.4.9.8
|
Data Fields | |
| char | identity [DIGEST_LEN] |
| time_t | expire_on_date |
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.
| 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().
| char identity[DIGEST_LEN] |
Identity of the guard
Definition at line 4076 of file entrynodes.c.
Referenced by maintain_layer2_guards().