Tor 0.4.9.0-alpha-dev
Functions
hs_stats.h File Reference

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)
 

Detailed Description

Header file for hs_stats.c.

Definition in file hs_stats.h.

Function Documentation

◆ hs_stats_get_n_introduce2_v3_cells()

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.

◆ hs_stats_get_n_rendezvous_launches()

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.

◆ hs_stats_note_introduce2_cell()

void hs_stats_note_introduce2_cell ( void  )

Note that we received another INTRODUCE2 cell.

Definition at line 20 of file hs_stats.c.

◆ hs_stats_note_service_rendezvous_launch()

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.