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

[freehaven-cvs] Add a test for another desirable point.



Update of /home/freehaven/cvsroot/doc/e2e-traffic/src
In directory moria.mit.edu:/tmp/cvs-serv29981

Modified Files:
	PLAN.5 simmain.cpp 
Log Message:
Add a test for another desirable point.

Index: PLAN.5
===================================================================
RCS file: /home/freehaven/cvsroot/doc/e2e-traffic/src/PLAN.5,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- PLAN.5	2 May 2004 21:56:23 -0000	1.8
+++ PLAN.5	2 May 2004 23:54:18 -0000	1.9
@@ -61,6 +61,8 @@
     5c.10.4: pDelay = .975. [pDelay=.1, len in 1,4] [pDelay=.6, len=1]
         totoro: start on 20:21, Apr 30.
 
+    5c.10.5: pOnline = .2, len=4, pdelay=.6
+
 
 5d: Perfect padding with previous nonmembership
 

Index: simmain.cpp
===================================================================
RCS file: /home/freehaven/cvsroot/doc/e2e-traffic/src/simmain.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- simmain.cpp	2 May 2004 21:56:23 -0000	1.40
+++ simmain.cpp	2 May 2004 23:54:18 -0000	1.41
@@ -1254,6 +1254,10 @@
   trial5c_base(.975, 2, true, .1, 4);
   trial5c_base(.975, 2, true, .6, 1);
 }
+void trial5c_10_5()
+{
+  trial5c_base(.2, 2, true, .6, 4);
+}
 
 void trial5d_base(double pDelay, int pathLen, int nAlice, bool padding=true)
 {
@@ -1612,6 +1616,7 @@
   { "5c.10.2", trial5c_10_2 },
   { "5c.10.3", trial5c_10_3 },
   { "5c.10.4", trial5c_10_4 },
+  { "5c.10.5", trial5c_10_5 },
 
   { "5d.1", trial5d_1 },
   { "5d.2", trial5d_2 },

***********************************************************************
To unsubscribe, send an e-mail to majordomo@seul.org with
unsubscribe freehaven-cvs       in the body. http://freehaven.net/