diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-26 05:36:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-26 05:36:02 +0000 |
commit | 522a97098beccf8c6410fe903266ced5d2f4577d (patch) | |
tree | 0785151faaea1df374b7d449570383a1e6c5106f /doc | |
parent | 9e44449946623a50d9f51dfcea0b765a7bdeec91 (diff) | |
download | tor-522a97098beccf8c6410fe903266ced5d2f4577d.tar.gz tor-522a97098beccf8c6410fe903266ced5d2f4577d.zip |
more cleanups; getting closer
svn:r9655
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 | ||||
-rw-r--r-- | doc/spec/control-spec.txt | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -412,6 +412,8 @@ R - add d64 and fp64 along-side d and fp so people can paste status of edge_stream_t. Future version: + - LD_BUG log messages could prepend "Bug: " automatically, so we don't + have to try to remember to. - More consistent error checking in router_parse_entry_from_string(). I can say "banana" as my bandwidthcapacity, and it won't even squeak. - Include the output of svn info/svk info output into the binary, so diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 0bfed15eee..ffa682df3d 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -896,11 +896,10 @@ $Id$ Reason = "MISC" / "DONE" / "CONNECTREFUSED" / "IDENTITY" / "CONNECTRESET" / "TIMEOUT" / "NOROUTE" / - "IOERROR" + "IOERROR" NumCircuits counts both established and pending circuits. - 4.1.4. Bandwidth used in the last second The syntax is: |