decrease the min peering_degree in session 3 from 4 to 2
This commit is contained in:
parent
167d6cd612
commit
0aff9087cb
|
@ -233,7 +233,7 @@ impl ParamSet {
|
|||
num_paths: 0, // since we're gonna build random topology
|
||||
random_topology: true,
|
||||
peering_degree: PeeringDegree::Random(vec![
|
||||
(4, 0.87),
|
||||
(2, 0.87),
|
||||
(12, 0.123),
|
||||
(24, 0.007),
|
||||
]),
|
||||
|
|
Loading…
Reference in New Issue