Tor
0.4.7.0-alpha-dev
|
Header file for selftest.c. More...
Go to the source code of this file.
Macros | |
#define | router_all_orports_seem_reachable(opts) ((void)(opts), 0) |
#define | router_orport_seems_reachable(opts, fam) ((void)(opts), (void)(fam), 0) |
#define | router_dirport_seems_reachable(opts) ((void)(opts), 0) |
#define | router_orport_found_reachable() STMT_NIL |
#define | router_reset_reachability() STMT_NIL |
Functions | |
static void | router_do_reachability_checks (void) |
static void | router_perform_bandwidth_test (int num_circs, time_t now) |
static int | inform_testing_reachability (const tor_addr_t *addr, uint16_t port) |
Header file for selftest.c.
Definition in file selftest.h.