Skip to content

Commit

Permalink
feat: use default aquatic udp port for benchmarking
Browse files Browse the repository at this point in the history
Becuase we are using aquatic_udp_load_test with this ocndifugration

```
Starting client with config: Config {
    server_address: 127.0.0.1:3000,
    log_level: Error,
    workers: 1,
    duration: 0,
    summarize_last: 0,
    extra_statistics: true,
    network: NetworkConfig {
        multiple_client_ipv4s: true,
        sockets_per_worker: 4,
        recv_buffer: 8000000,
    },
    requests: RequestConfig {
        number_of_torrents: 1000000,
        number_of_peers: 2000000,
        scrape_max_torrents: 10,
        announce_peers_wanted: 30,
        weight_connect: 50,
        weight_announce: 50,
        weight_scrape: 1,
        peer_seeder_probability: 0.75,
    },
}
```
  • Loading branch information
josecelano committed Dec 16, 2024
1 parent 10f9bda commit 29e506d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/default/config/tracker.udp.benchmarking.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ persistent_torrent_completed_stat = false
remove_peerless_torrents = false

[[udp_trackers]]
bind_address = "0.0.0.0:6969"
bind_address = "0.0.0.0:3000"

0 comments on commit 29e506d

Please sign in to comment.