Tor 0.4.9.3-alpha-dev
Loading...
Searching...
No Matches
stats Directory Reference

feature/stats: Relay statistics. Also, port prediction.

More...

Files

 bw_array_st.h
 Declaration for bw_array_t structure and related constants.
 
 bwhist.c
 Tracking for relay bandwidth history.
 
 bwhist.h
 Header for feature/stats/bwhist.c.
 
 connstats.c
 Count bidirectional vs one-way connections.
 
 connstats.h
 Header for feature/stats/connstats.c.
 
 geoip_stats.c
 
 geoip_stats.h
 Header file for geoip_stats.c.
 
 predict_ports.c
 Remember what ports we've needed so we can have circuits ready.
 
 predict_ports.h
 Header file for predict_ports.c.
 
 rephist.c
 Basic history and performance-tracking functionality.
 
 rephist.h
 Header file for rephist.c.
 

Detailed Description

feature/stats: Relay statistics. Also, port prediction.

This module collects anonymized relay statistics in order to publish them in relays' routerinfo and extrainfo documents.

Additionally, it contains predict_ports.c, which remembers which ports we've visited recently as a client, so we can make sure we have open circuits that support them.