decrease the min peering_degree in session 3 from 4 to 2

This commit is contained in:
Youngjoon Lee 2024-09-13 09:51:24 +09:00
parent 167d6cd612
commit 0aff9087cb
No known key found for this signature in database
GPG Key ID: 167546E2D1712F8C
1 changed files with 1 additions and 1 deletions

View File

@ -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),
]),