Tor
0.4.7.0-alpha-dev
|
Header file for reachability.c. More...
Go to the source code of this file.
Macros | |
#define | REACHABILITY_MODULO_PER_TEST 128 |
#define | REACHABILITY_TEST_INTERVAL 10 |
#define | REACHABILITY_TEST_CYCLE_PERIOD (REACHABILITY_TEST_INTERVAL*REACHABILITY_MODULO_PER_TEST) |
#define | dirserv_single_reachability_test(now, router) (((void)(now)),((void)(router))) |
#define | dirserv_test_reachability(now) (((void)(now))) |
#define | dirserv_should_launch_reachability_test(ri, ri_old) (((void)(ri)),((void)(ri_old)),0) |
#define | dirserv_orconn_tls_done(addr, or_port, digest_rcvd, ed_id_rcvd) |
Header file for reachability.c.
Definition in file reachability.h.
#define dirserv_orconn_tls_done | ( | addr, | |
or_port, | |||
digest_rcvd, | |||
ed_id_rcvd | |||
) |
Definition at line 45 of file reachability.h.
#define REACHABILITY_MODULO_PER_TEST 128 |
What fraction (1 over this number) of the relay ID space do we (as a directory authority) launch connections to at each reachability test?
Definition at line 18 of file reachability.h.
#define REACHABILITY_TEST_CYCLE_PERIOD (REACHABILITY_TEST_INTERVAL*REACHABILITY_MODULO_PER_TEST) |
How many seconds apart are the reachability tests for a given relay?
Definition at line 24 of file reachability.h.
#define REACHABILITY_TEST_INTERVAL 10 |
How often (in seconds) do we launch reachability tests?
Definition at line 21 of file reachability.h.