tor  master
Functions
hs_stats.c File Reference

Keeps stats about the activity of our onion service(s). More...

#include "or.h"
#include "hs_stats.h"
#include "hs_service.h"
Include dependency graph for hs_stats.c:

Functions

void hs_stats_note_introduce2_cell (int is_hsv3)
 
uint32_t hs_stats_get_n_introduce2_v3_cells (void)
 
uint32_t hs_stats_get_n_introduce2_v2_cells (void)
 
void hs_stats_note_service_rendezvous_launch (void)
 
uint32_t hs_stats_get_n_rendezvous_launches (void)
 

Detailed Description

Keeps stats about the activity of our onion service(s).

Function Documentation

◆ hs_stats_get_n_introduce2_v2_cells()

uint32_t hs_stats_get_n_introduce2_v2_cells ( void  )

Return the number of v2 INTRODUCE2 cells we have received.

◆ 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.

◆ 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.

◆ hs_stats_note_introduce2_cell()

void hs_stats_note_introduce2_cell ( int  is_hsv3)

Note that we received another INTRODUCE2 cell.

◆ 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.