[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Change examples to use -P throughout instead of depreca...



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

Modified Files:
	README TODO 
Log Message:
Change examples to use -P throughout instead of deprecated -H (pointed out by Colin Tuckley)

Index: README
===================================================================
RCS file: /home/minion/cvsroot/src/minion/README,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- README	18 Dec 2003 23:03:41 -0000	1.72
+++ README	21 Feb 2004 01:04:48 -0000	1.73
@@ -280,12 +280,6 @@
       (WARNING: This command is potentially dangerous, for a number of subtle
       and not-so-subtle reasons.  It will go away before Mixminion 1.0.)
 
-To force a path of a given length, type:
-
-      mixminion send -t <address> [-i <file>] -H <number of hops>
-
-      You can change the default number of hops by editing ~/.mixminionrc
-
 To specify a path manually, type:
 
       mixminion send -t <address> [-i <file>] -P <path>
@@ -327,7 +321,6 @@
 
       mixminion send -t drop
       mixminion send -t drop -P '*4,Foo'
-      mixminion send -t drop -H 8
 
 To queue a message for later transmission, run "mixminion queue" instead of
 "mixminion send":
@@ -387,7 +380,8 @@
       Also, you can control path selection in the same way as with
       sending messages:
 
-      mixminion generate-surb -H 3         (a 3-hop path)
+      mixminion generate-surb -P '*3'      (a 3-hop path)
+      mixminion generate-surb -P '~3'      (an about-3-hop path)
       mixminion generate-surb -P '*3,Foo'  (a 4-hop path ending with foo)
       mixminion generate-surb -P 'Bar,*3'  (a 4-hop path starting with bar)
 
@@ -422,7 +416,7 @@
       takes the place of the destination address:
          mixminion send -R <reply-block>           (Read from stdin)
          mixminion send -R <reply-block> -D yes    (Reload directory)
-         mixminion send -R <reply-block> -H 4      (Use 4 hops before reply.)
+         mixminion send -R <reply-block> -P '*4'   (Use 4 hops before reply.)
          mixminion send -R <reply-block> -P 'Z,*3' (Start with server "Z".)
          mixminion pool -R <reply-block>           (Pool the message.)
 

Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- TODO	21 Feb 2004 00:02:09 -0000	1.193
+++ TODO	21 Feb 2004 01:04:48 -0000	1.194
@@ -121,6 +121,8 @@
   incompatible changes.  Target: first half of 2004.  (No guarantees!)]
         - Security
                 - Upgrade packet format as necessary.
+                - Perhaps, increased or configurable DH parameter size,
+                  or fixed DH parameters.
         - Modules and module support
                 - Use STARTTLS as available, if it's not too hard.
                 - Real SMTP module