diff options
author | Roger Dingledine <arma@torproject.org> | 2002-07-19 18:48:03 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-07-19 18:48:03 +0000 |
commit | fee55dd4a39da1bea1455dd4445d8db6b0b9b63d (patch) | |
tree | d80d9ba53b572efc6783c42126c0792aefe48646 /src/config | |
parent | 61d10b309f5759a820b97af0776eb36db10eefc8 (diff) | |
download | tor-fee55dd4a39da1bea1455dd4445d8db6b0b9b63d.tar tor-fee55dd4a39da1bea1455dd4445d8db6b0b9b63d.tar.gz |
minor cleanups in config files
svn:r62
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/moria1-orrc | 2 | ||||
-rw-r--r-- | src/config/moria2-orrc | 2 | ||||
-rw-r--r-- | src/config/moria3-orrc | 2 | ||||
-rw-r--r-- | src/config/routers.or | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/config/moria1-orrc b/src/config/moria1-orrc index 6c548a61a..f265586dd 100644 --- a/src/config/moria1-orrc +++ b/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 diff --git a/src/config/moria2-orrc b/src/config/moria2-orrc index 5520a04cf..070e4a23c 100644 --- a/src/config/moria2-orrc +++ b/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 diff --git a/src/config/moria3-orrc b/src/config/moria3-orrc index b87ff7f8d..f1b0cee63 100644 --- a/src/config/moria3-orrc +++ b/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 diff --git a/src/config/routers.or b/src/config/routers.or index 34c0e9e9a..06520ce87 100644 --- a/src/config/routers.or +++ b/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. |