blob: 0ced00ce58156ea3ad9c306123e2a46c4cc99ea1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/**
@dir /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.
**/
|