diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-04 17:07:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-04 17:07:38 -0500 |
commit | a33d1dce8affdaef7d84a6cc2c23c3821192cb87 (patch) | |
tree | 89dd783a339f0152b912913595661805326b572c /src/feature/stats | |
parent | e1cdca2e4f58c108539fe4c36205b16caca8d44f (diff) | |
download | tor-a33d1dce8affdaef7d84a6cc2c23c3821192cb87.tar.gz tor-a33d1dce8affdaef7d84a6cc2c23c3821192cb87.zip |
directory-level documentation for feature/*
Diffstat (limited to 'src/feature/stats')
-rw-r--r-- | src/feature/stats/feature_stats.dox | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/feature/stats/feature_stats.dox b/src/feature/stats/feature_stats.dox index 9b9ed87d1f..0ced00ce58 100644 --- a/src/feature/stats/feature_stats.dox +++ b/src/feature/stats/feature_stats.dox @@ -1,4 +1,12 @@ /** @dir /feature/stats -@brief feature/stats +@brief 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. + **/ |