]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add a few more new TODO items (bugfixes)
authorRoger Dingledine <arma@torproject.org>
Mon, 27 Oct 2003 10:24:27 +0000 (10:24 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 27 Oct 2003 10:24:27 +0000 (10:24 +0000)
svn:r683

doc/TODO
doc/tor-spec.txt

index bc684481591b58edf0b9fd7e0dea4531d27f7271..4ae880cf5ebb2beb89ac2fa735a802c1ed03ee97 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,3 +1,6 @@
+mutiny: if none of the ports is defined maybe it shouldn't start.
+aaron got a crash in tor_timegm in tzset on os x, with -l warn but not with -l debug.
+Oct 25 04:29:17.017 [warn] directory_initiate_command(): No running dirservers known. This is really bad.
 
 Legend:
 SPEC!!  - Not specified
index 301cdf307cf2091fbc95caf14497fc8fc069e1b6..272cfac97ae49c02144f2bc1e69bb09b232e2f39 100644 (file)
@@ -366,7 +366,7 @@ which reveals the downstream node.
    Because TCP connections can be half-open, we follow an equivalent
    to TCP's FIN/FIN-ACK/ACK protocol to close streams.
 
-   A exit conneection can have a TCP stream in one of three states:
+   An exit connection can have a TCP stream in one of three states:
    'OPEN', 'DONE_PACKAGING', and 'DONE_DELIVERING'.  For the purposes
    of modeling transitions, we treat 'CLOSED' as a fourth state,
    although connections in this state are not, in fact, tracked by the