Tor
0.4.7.0-alpha-dev
|
Header file for hs_stats.c. 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) |
Header file for hs_stats.c.
Definition in file hs_stats.h.
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.