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

[freehaven-cvs] Add another test to try to figure out how much paddi...



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

Modified Files:
	simmain.cpp 
Log Message:
Add another test to try to figure out how much padding is needed

Index: simmain.cpp
===================================================================
RCS file: /home/freehaven/cvsroot/doc/e2e-traffic/src/simmain.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- simmain.cpp	20 Jan 2004 20:35:43 -0000	1.26
+++ simmain.cpp	20 Jan 2004 21:05:01 -0000	1.27
@@ -926,6 +926,14 @@
   trial5b_base(.6,  .1, 1,  .9, 1);
 }
 
+void trial5b_8()
+{
+  trial5b_base(.6,  .1, 1,  .8, 1);
+  trial5b_base(.6,  .1, 1,  .7, 1);
+  trial5b_base(.6,  .1, 1,  .6, 1);
+  trial5b_base(.6,  .1, 1,  .5, 1);
+  trial5b_base(.6,  .1, 1,  .4, 1);
+}
 
 void trial6_base(double pDelay, double pObserve)
 {
@@ -1088,6 +1096,7 @@
   { "5b.6.1", trial5b_6_1 },
   { "5b.6.2", trial5b_6_2 },
   { "5b.7", trial5b_7 },
+  { "5b.8", trial5b_8 },
 
   { "6.1",    trial6_1 },
   { "6.2",    trial6_2 },

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