[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] Many hacks, checkpointing.



Update of /home/minion/cvsroot/src/minion/etc
In directory moria.mit.edu:/tmp/cvs-serv24513/etc

Modified Files:
	mixminiond.conf 
Log Message:
Many hacks, checkpointing.

README, Main, ServerMain:
- Rename "mixminion server" to "mixminion server-start" for consistency.
  The old command is there, but deprecated.

BuildMessage, ClientMain:
- Die with a useful error message if the path is too long to fit the 
  address in the last hop.  (This can happen even if path_len < 32.)
- Remove dead code for "stateful" reply blocks.
- Use multiple SURB keys to detect which identity was used; resists
  George's SURB-swapping attack.

ClientMain:
- s/www.mixminion.net/mixminion.net/
- Beautify list-servers output a little
- Change key storage format to allow multiple keys to be stored with same
  password
- Avoid dumping binary messages to ttys unless --force is given.

Main:
- Don't print a stack trace when the user hits ctrl-c.

HashLog:
- Correct comment

ServerMain, EventStats, Modules, ServerConfig, Main, mixminiond.conf:
- Beginnings of code to track server statistics.



Index: mixminiond.conf
===================================================================
RCS file: /home/minion/cvsroot/src/minion/etc/mixminiond.conf,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- mixminiond.conf	13 Jan 2003 06:35:52 -0000	1.19
+++ mixminiond.conf	26 Mar 2003 16:36:46 -0000	1.20
@@ -62,6 +62,21 @@
 #
 #EchoMessages: no
 
+#   Do we keep track of numbers of packets received and so on?  This is
+#   on by default.
+#
+#LogStats: yes
+
+#   Over how long a time period do we aggregate statistics?  Every time this
+#   interval elapses, all current statistics are flushed to a file.
+#
+#StatsInterval: 1 day
+
+#   Where do we flush statistics for elapsed periods?
+#
+#StatsFile: /var/spool/minion/stats
+#StatsFile: /home/miniond/minion/stats
+
 #   How many bits should the server use for its long-lived 'Identity' keys?
 #   Must be between 2048 and 4096.
 #