diff options
Diffstat (limited to 'doc/TODO.future')
-rw-r--r-- | doc/TODO.future | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/TODO.future b/doc/TODO.future index eaebde5940..8b5decd0d0 100644 --- a/doc/TODO.future +++ b/doc/TODO.future @@ -49,6 +49,13 @@ Later, unless people want to implement them now: - Make the timestamp granularity on logs configurable, with default of "1 second". This might make some kinds of after-the-fact attack harder. + - We should get smarter about handkling address resolve failures, or + addresses that resolve to local IPs. It would be neat to retry + them, since right now we just close the stream. But we need to + make sure we don't retry them on the same exit as before. But if + we mark the circuit, then any user who types "localhost" will + cycle through circuits till they run out of retries. See bug 872. + Can anybody remember why we wanted to do this and/or what it means? - config option __ControllerLimit that hangs up if there are a limit of controller connections already. |