Tor  0.4.7.0-alpha-dev
Data Fields
hs_cache_intro_state_t Struct Reference

#include <hs_cache.h>

Data Fields

time_t created_ts
 
unsigned int error: 1
 
unsigned int timed_out: 1
 
uint32_t unreachable_count
 

Detailed Description

Introduction point state.

Definition at line 34 of file hs_cache.h.

Field Documentation

◆ created_ts

time_t created_ts

When this entry was created and put in the cache.

Definition at line 36 of file hs_cache.h.

◆ error

unsigned int error

Did it suffered a generic error?

Definition at line 39 of file hs_cache.h.

Referenced by intro_point_is_usable().

◆ timed_out

unsigned int timed_out

Did it timed out?

Definition at line 42 of file hs_cache.h.

◆ unreachable_count

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.


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