aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-08-24 06:30:34 +0000
committerRoger Dingledine <arma@torproject.org>2007-08-24 06:30:34 +0000
commitd39c7515d13cc7e2383008cf7eb004f645bdf84a (patch)
tree558f391bab312421bc24ccf728bde4e2639d9119 /src/or/rephist.c
parent8d524edb837a063e8d948603a117f1d4dd266174 (diff)
downloadtor-d39c7515d13cc7e2383008cf7eb004f645bdf84a.tar.gz
tor-d39c7515d13cc7e2383008cf7eb004f645bdf84a.zip
patch from mike perry to a) stop overloading guards as much, and
b) raise the max-believable-bandwidth to 10MB/s. svn:r11258
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 254f5f3b2d..d21f81723c 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -66,7 +66,6 @@ typedef struct or_history_t {
/** If nonzero, we have been unable to connect since this time. */
time_t down_since;
-
/* === For MTBF tracking: */
/** Weighted sum total of all times that this router has been online.
*/