Tor
0.4.7.0-alpha-dev
|
Header file containing denial of service defenses for the HS subsystem for all versions. More...
Go to the source code of this file.
Functions | |
void | hs_dos_init (void) |
void | hs_dos_consensus_has_changed (const networkstatus_t *ns) |
bool | hs_dos_can_send_intro2 (or_circuit_t *s_intro_circ) |
void | hs_dos_setup_default_intro2_defenses (or_circuit_t *circ) |
uint64_t | hs_dos_get_intro2_rejected_count (void) |
Header file containing denial of service defenses for the HS subsystem for all versions.
Definition in file hs_dos.h.
bool hs_dos_can_send_intro2 | ( | or_circuit_t * | s_intro_circ | ) |
void hs_dos_consensus_has_changed | ( | const networkstatus_t * | ns | ) |
uint64_t hs_dos_get_intro2_rejected_count | ( | void | ) |
void hs_dos_init | ( | void | ) |
void hs_dos_setup_default_intro2_defenses | ( | or_circuit_t * | circ | ) |