]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
load balance a bit better by taking some load off the really
authorRoger Dingledine <arma@torproject.org>
Fri, 30 Dec 2005 04:46:43 +0000 (04:46 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 30 Dec 2005 04:46:43 +0000 (04:46 +0000)
fast servers.
this might slow things down more, or it might not. hm.

svn:r5681

src/or/routerlist.c

index 427fbf0e3f83efb75a9950bd7fd9facaea2a690e..c449edc07b6ee063f45aae6c35eccfa1c51a492d 100644 (file)
@@ -739,7 +739,7 @@ routerlist_sl_remove_unreliable_routers(smartlist_t *sl)
   }
 }
 
-#define MAX_BELIEVABLE_BANDWIDTH 2000000 /* 2 MB/sec */
+#define MAX_BELIEVABLE_BANDWIDTH 1500000 /* 1.5 MB/sec */
 
 /** Choose a random element of router list <b>sl</b>, weighted by
  * the advertised bandwidth of each router.