udp load test: use connection IDs from responses in requests

This commit is contained in:
Joakim Frostegård 2024-02-06 18:32:26 +01:00
parent efa79303d2
commit 0b6a02e1a7
2 changed files with 15 additions and 2 deletions

View file

@ -124,7 +124,7 @@ impl Default for RequestConfig {
number_of_peers: 2_000_000,
scrape_max_torrents: 10,
announce_peers_wanted: 30,
weight_connect: 0,
weight_connect: 1,
weight_announce: 100,
weight_scrape: 1,
peer_seeder_probability: 0.75,