Tor
0.4.8.0-alpha-dev
|
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 3979 of file entrynodes.c.
time_t expire_on_date |
When does this guard expire? (randomized timestamp)
Definition at line 3983 of file entrynodes.c.
char identity[DIGEST_LEN] |
Identity of the guard
Definition at line 3981 of file entrynodes.c.