diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-02-12 23:58:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-02-12 23:58:22 +0000 |
commit | dba155ecfff1739bc263398a38eb92c10aa643ec (patch) | |
tree | 06d66f0f8dcbb12ceb1b6accb82028777732144a /doc/TODO | |
parent | b99f903e34b1d2b4548937480d2345ab4753454f (diff) | |
download | tor-dba155ecfff1739bc263398a38eb92c10aa643ec.tar tor-dba155ecfff1739bc263398a38eb92c10aa643ec.tar.gz |
Generate 18.0.0.0/8 address policy format in descs when we can; warn when the mask is not reducible to a bit-prefix.
svn:r5991
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -73,8 +73,12 @@ R - Add config options to not publish and not fetch rend descs. R - let controlport be configurable on other interfaces R - look into "uncounting" bytes spent on local connections. so we can bandwidthrate but still have fast downloads. -N - make clients understand "private:*" in exit policies, even though - we don't generate it yet. +N . Clean and future-proof exit policy formats a bit. + o Likewise accept, but don't generate /bits formats (unless they're + accepted in 0.0.9 and later). + o Warn when we see a netmask that isn't a prefix. + - Make clients understand "private:*" in exit policies, even though + we don't generate it yet. N - Display the reasons in 'destroy' and 'truncated' cells under some circumstances? |