diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-13 16:53:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-13 16:53:48 +0000 |
commit | 08627d5d87294ee86b252dac0a2f9f003d7e24bf (patch) | |
tree | b55f42a35cf6c24d724c94aaf67b17866e38c377 /doc/TODO | |
parent | ec7d0d43f4d9808a849f2575ee30861c5d3da742 (diff) | |
download | tor-08627d5d87294ee86b252dac0a2f9f003d7e24bf.tar.gz tor-08627d5d87294ee86b252dac0a2f9f003d7e24bf.zip |
Track whether descriptor is dirty/uploaded. When any options are set, mark it dirty. Once a minute, regenerate and upload the server descriptor if it is dirty.
svn:r2832
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ N - clients now have certs, which means we warn when their certs have o clean up parse_*_policy code o when you hup, they're not getting re-parsed o stop calling a *_policy an exit_policy_t -N - Regenerate our server descriptor when a relevant option is changed from + o Regenerate our server descriptor when a relevant option is changed from control.c. . Writing out the machine-readable torrc file o Function to check whether an option has changed. |