Bläddra i källkod

minor cleanups in config files

svn:r62
Roger Dingledine 23 år sedan
förälder
incheckning
fee55dd4a3
4 ändrade filer med 4 tillägg och 4 borttagningar
  1. 1 1
      src/config/moria1-orrc
  2. 1 1
      src/config/moria2-orrc
  3. 1 1
      src/config/moria3-orrc
  4. 1 1
      src/config/routers.or

+ 1 - 1
src/config/moria1-orrc

@@ -6,7 +6,7 @@ RouterFile ../config/routers.or
 # Private key
 PrivateKeyFile moria1-private
 
-CoinWeight 0.01
+CoinWeight 0.0001
 
 ORPort 9001
 OPPort 9011

+ 1 - 1
src/config/moria2-orrc

@@ -6,7 +6,7 @@ RouterFile ../config/routers.or
 # Private key
 PrivateKeyFile moria2-private
 
-CoinWeight 0.01
+CoinWeight 0.0001
 
 ORPort 9002
 OPPort 9012

+ 1 - 1
src/config/moria3-orrc

@@ -6,7 +6,7 @@ RouterFile ../config/routers.or
 # Private key
 PrivateKeyFile moria3-private
 
-CoinWeight 0.01
+CoinWeight 0.0001
 
 ORPort 9003
 OPPort 9013

+ 1 - 1
src/config/routers.or

@@ -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.