Tor
0.4.7.0-alpha-dev
|
#include <hs_cache.h>
Data Fields | |
time_t | created_ts |
unsigned int | error: 1 |
unsigned int | timed_out: 1 |
uint32_t | unreachable_count |
Introduction point state.
Definition at line 34 of file hs_cache.h.
time_t created_ts |
When this entry was created and put in the cache.
Definition at line 36 of file hs_cache.h.
unsigned int error |
Did it suffered a generic error?
Definition at line 39 of file hs_cache.h.
Referenced by intro_point_is_usable().
unsigned int timed_out |
Did it timed out?
Definition at line 42 of file hs_cache.h.
uint32_t unreachable_count |
How many times we tried to reached it and it was unreachable.
Definition at line 45 of file hs_cache.h.