]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
minor cleanups in config files
authorRoger Dingledine <arma@torproject.org>
Fri, 19 Jul 2002 18:48:03 +0000 (18:48 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 19 Jul 2002 18:48:03 +0000 (18:48 +0000)
svn:r62

src/config/moria1-orrc
src/config/moria2-orrc
src/config/moria3-orrc
src/config/routers.or

index 6c548a61a8c60d1d0e55ff654c9d1651aeaa8585..f265586dd5917b95d85eb9d15b37f450d221460b 100644 (file)
@@ -6,7 +6,7 @@ RouterFile ../config/routers.or
 # Private key
 PrivateKeyFile moria1-private
 
-CoinWeight 0.01
+CoinWeight 0.0001
 
 ORPort 9001
 OPPort 9011
index 5520a04cf80ff0e74ad74e9c6de87d1dd70cb9f1..070e4a23c4fd57b63d477fa83f2679910d78ecdb 100644 (file)
@@ -6,7 +6,7 @@ RouterFile ../config/routers.or
 # Private key
 PrivateKeyFile moria2-private
 
-CoinWeight 0.01
+CoinWeight 0.0001
 
 ORPort 9002
 OPPort 9012
index b87ff7f8dd694d9f2cbd113e23da735e61bddeae..f1b0cee639cbcd3ad25849350bedafab1ef9ea38 100644 (file)
@@ -6,7 +6,7 @@ RouterFile ../config/routers.or
 # Private key
 PrivateKeyFile moria3-private
 
-CoinWeight 0.01
+CoinWeight 0.0001
 
 ORPort 9003
 OPPort 9013
index 34c0e9e9a9750289be457f6b70f2e39559b2f231..06520ce87dc52daa1112b031e73665492f14a810 100644 (file)
@@ -1,5 +1,5 @@
 # List of core onion routers in the network.
-# Line format : router-address router-port min-bandwidth(kilobytes/s) max-bandwidthkilobytes/s)
+# Line format : router-address router-port bandwidth(bytes/s) bandwidth(bytes/s)
 # followed by the routers public key.
 # router-port is where the router is accepting connections from other routers.