diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-07-22 20:37:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-07-22 20:37:42 +0000 |
commit | c252a76f0b99261152009c403190d192f5101cd2 (patch) | |
tree | fd180adc949a8c82f6cc30f7b7a652c389a690be /doc | |
parent | 5621ccc962a0370e3d49d5e7bc6352a57a1b8d69 (diff) | |
download | tor-c252a76f0b99261152009c403190d192f5101cd2.tar.gz tor-c252a76f0b99261152009c403190d192f5101cd2.zip |
Parameterize configuration parsing functions
svn:r4635
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -87,14 +87,19 @@ N . Controller improvements o Implement main controller interface o Glue code o Testing -N - Make configuration parsing code switchable to different sets of +N . Make configuration parsing code switchable to different sets of variables so we can use it for persistence. + o Implement + o Add simple type-checking + - Rename functions to distinguish configuration-only functions from + cross-format functions N . helper nodes (Choose N nodes randomly; if a node dies (goes down for a long time), replace it. Store nodes on disk. o Implement (basic case) - Implement (persistence) - Document - Test, debug + - On sighup, if usehelpernodes changed to 1, use new circs. N - Make a FirewallIPs to correspond to firewallPorts so I can use Tor at MIT when my directory is out of date. - switch accountingmax to count total in+out, not either in or |