Tor
0.4.7.0-alpha-dev
|
Keeps stats about the activity of our onion service(s). More...
Go to the source code of this file.
Functions | |
void | hs_stats_note_introduce2_cell (void) |
uint32_t | hs_stats_get_n_introduce2_v3_cells (void) |
void | hs_stats_note_service_rendezvous_launch (void) |
uint32_t | hs_stats_get_n_rendezvous_launches (void) |
Variables | |
static uint32_t | n_introduce2_v3 = 0 |
static uint32_t | n_rendezvous_launches = 0 |
Keeps stats about the activity of our onion service(s).
Definition in file hs_stats.c.
uint32_t hs_stats_get_n_introduce2_v3_cells | ( | void | ) |
Return the number of v3 INTRODUCE2 cells we have received.
Definition at line 27 of file hs_stats.c.
uint32_t hs_stats_get_n_rendezvous_launches | ( | void | ) |
Return the number of rendezvous circuits we have attempted to launch.
Definition at line 41 of file hs_stats.c.
void hs_stats_note_introduce2_cell | ( | void | ) |
Note that we received another INTRODUCE2 cell.
Definition at line 20 of file hs_stats.c.
void hs_stats_note_service_rendezvous_launch | ( | void | ) |
Note that we attempted to launch another circuit to a rendezvous point.
Definition at line 34 of file hs_stats.c.
|
static |
Number of v3 INTRODUCE2 cells received
Definition at line 14 of file hs_stats.c.
Referenced by hs_stats_get_n_introduce2_v3_cells(), and hs_stats_note_introduce2_cell().
|
static |
Number of attempts to make a circuit to a rendezvous point
Definition at line 16 of file hs_stats.c.
Referenced by hs_stats_get_n_rendezvous_launches(), and hs_stats_note_service_rendezvous_launch().