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/dircache | |
parent | e1cdca2e4f58c108539fe4c36205b16caca8d44f (diff) | |
download | tor-a33d1dce8affdaef7d84a6cc2c23c3821192cb87.tar.gz tor-a33d1dce8affdaef7d84a6cc2c23c3821192cb87.zip |
directory-level documentation for feature/*
Diffstat (limited to 'src/feature/dircache')
-rw-r--r-- | src/feature/dircache/feature_dircache.dox | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/feature/dircache/feature_dircache.dox b/src/feature/dircache/feature_dircache.dox index 4447d0cd2e..ef8a51aa9e 100644 --- a/src/feature/dircache/feature_dircache.dox +++ b/src/feature/dircache/feature_dircache.dox @@ -1,4 +1,8 @@ /** @dir /feature/dircache -@brief feature/dircache +@brief feature/dircache: Run as a directory cache server + +This module handles the directory caching functionality that all relays may +provide, for serving cached directory objects to objects. + **/ |