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

[minion-cvs] add a missing word, fix a few other minor issues



Update of /home/minion/cvsroot/doc/spec
In directory moria:/home/arma/work/minion/cvs/doc/spec

Modified Files:
	minion-spec.txt 
Log Message:
add a missing word, fix a few other minor issues


Index: minion-spec.txt
===================================================================
RCS file: /home/minion/cvsroot/doc/spec/minion-spec.txt,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- minion-spec.txt	2 Dec 2005 19:04:06 -0000	1.30
+++ minion-spec.txt	21 Apr 2007 16:57:47 -0000	1.31
@@ -863,12 +863,12 @@
 
    The value X is not secret, and its secrecy should not be relied
    upon.  The integrity of the list should be secured and the X values
-   lists may be made public.
+   may be made public.
 
 3.2.5.2. Packet pooling and delivery
 
    Instead of processing and delivering packets immediately upon
-   receipt, a node SHOULD packets as soon as possible (in order to
+   receipt, a node SHOULD process packets as soon as possible (in order to
    prevent linking in the case of compromise), but MUST accumulate a
    batch of deliverable packets before delivering any of them (in
    order to frustrate traffic analysis).
@@ -879,7 +879,7 @@
 
    If a packet or message cannot be delivered immediately due to a
    (possibly) transient error, the node SHOULD retry the packet or
-   message periodically until either it can be delivered, or a until a
+   message periodically until either it can be delivered, or until a
    given interval has passed.  After the interval, the packet or
    message is discarded.
 
@@ -1165,3 +1165,4 @@
    '0.x' instead (currently '0.3' for packets, '0.3' for MMTP, and
    '0.1' for everything else).  Production versions MUST NOT retain
    backward compatibility with pre-production releases.
+