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/dirclient | |
parent | e1cdca2e4f58c108539fe4c36205b16caca8d44f (diff) | |
download | tor-a33d1dce8affdaef7d84a6cc2c23c3821192cb87.tar.gz tor-a33d1dce8affdaef7d84a6cc2c23c3821192cb87.zip |
directory-level documentation for feature/*
Diffstat (limited to 'src/feature/dirclient')
-rw-r--r-- | src/feature/dirclient/feature_dirclient.dox | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/feature/dirclient/feature_dirclient.dox b/src/feature/dirclient/feature_dirclient.dox index 65d3d26d0f..0cbae69111 100644 --- a/src/feature/dirclient/feature_dirclient.dox +++ b/src/feature/dirclient/feature_dirclient.dox @@ -1,4 +1,9 @@ /** @dir /feature/dirclient -@brief feature/dirclient +@brief feature/dirclient: Directory client implementation. + +The code here is used by all Tor instances that need to download directory +information. Currently, that is all of them, since even authorities need to +launch downloads to learn about relays that other authorities have listed. + **/ |