[or-cvs] r9442: fix all the bugs i could find in nick's bridge dir commit. l (in tor/trunk: . src/or)

arma at seul.org arma at seul.org
Sat Jan 27 20:44:11 UTC 2007


Author: arma
Date: 2007-01-27 15:44:09 -0500 (Sat, 27 Jan 2007)
New Revision: 9442

Modified:
   tor/trunk/ChangeLog
   tor/trunk/src/or/dirserv.c
Log:
fix all the bugs i could find in nick's bridge dir commit.
let's hope i got them all.


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2007-01-27 19:40:49 UTC (rev 9441)
+++ tor/trunk/ChangeLog	2007-01-27 20:44:09 UTC (rev 9442)
@@ -52,11 +52,12 @@
       us from downloading a bunch of descriptors we don't need.
     - Do not log IPs with TLS failures for incoming TLS
       connections. (Fixes bug 382.)
-    - When we're handing a directory connection tunneled over Tor, don't fill
-      up internal memory buffers with the all data we want to tunnel;
-      instead, only add it the OR connection that will eventually receive it
-      has some room for it.  (This can lead to slowdowns in tunneled dir
-      connectinos; a better solution will have to wait for 0.2.0.)
+    - When we're handling a directory connection tunneled over Tor,
+      don't fill up internal memory buffers with all the data we want
+      to tunnel; instead, only add it if the OR connection that will
+      eventually receive it has some room for it. (This can lead to
+      slowdowns in tunneled dir connections; a better solution will have
+      to wait for 0.2.0.)
     - If the user asks to use invalid exit nodes, be willing to use the
       unstable ones.
 

Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c	2007-01-27 19:40:49 UTC (rev 9441)
+++ tor/trunk/src/or/dirserv.c	2007-01-27 20:44:09 UTC (rev 9442)
@@ -2274,7 +2274,6 @@
   }
 }
 
-
 /** Release all storage used by the directory server. */
 void
 dirserv_free_all(void)



More information about the tor-commits mailing list