- Implemented the new algorithm -t6.

Note: it is currently worse than -t5, and the reason is that it is
  good to do the sends first, to avoid branching.
- Fixed a flaw in the flag returned by match_basic.
This commit is contained in:
ccremers 2004-02-27 15:04:32 +00:00
parent 635e583039
commit 975f9c159a

View File

@ -37,13 +37,11 @@ compromised sk(Eve);
/* pre-defined 10 runs, limit using --max-runs parameters */
run ns3.I(Alice,Bob);
run ns3.R(Alice,Bob);
run ns3.I(Alice,Eve);
run ns3.R(Eve,Bob);
run ns3.I(Bob,Alice);
run ns3.R(Bob,Alice);
run ns3.I(Bob,Eve);
run ns3.R(Eve,Alice);
run ns3.I(Alice,Alice);
run ns3.R(Bob,Bob);
run ns3.I(Agent,Agent);
run ns3.R(Agent,Agent);
run ns3.I(Agent,Agent);
run ns3.R(Agent,Agent);
run ns3.I(Agent,Agent);
run ns3.R(Agent,Agent);
run ns3.I(Agent,Agent);
run ns3.R(Agent,Agent);