[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Make bandwidth cap accessible via config file
Update of /home/minion/cvsroot/src/minion/etc
In directory moria.mit.edu:/tmp/cvs-serv18537/etc
Modified Files:
mixminiond.conf
Log Message:
Make bandwidth cap accessible via config file
Index: mixminiond.conf
===================================================================
RCS file: /home/minion/cvsroot/src/minion/etc/mixminiond.conf,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- mixminiond.conf 27 Jan 2004 03:43:31 -0000 1.42
+++ mixminiond.conf 7 Feb 2004 06:56:45 -0000 1.43
@@ -186,6 +186,12 @@
#
Daemon: no
+# How much data are we willing to upload or download in a single second?
+# (If you don't set this, the bandwidth is limited only by your network
+# connection.)
+#
+#MaxBandwidth: 32K
+
# OTHER VALUES FOR THESE OPTIONS ARE NOT YET SUPPORTED; don't edit this
# line.
Mode: relay
@@ -264,6 +270,12 @@
# week, then every day for half a month.
#Retry: 1 hour, 2 hours, every 4 hours for 1 week, every 1 day for .5 months
+# How many outgoing connections will we open at a time? If no value is
+# given, we might potentially have an open connection to every other
+# Mixminion server.
+#
+#MaxConnections: 16
+
# OTHER VALUES FOR THESE OPTIONS ARE NOT YET SUPPORTED
Enabled: yes
#Allow: *