Skip to content

Commit

Permalink
update simple speedtest example
Browse files Browse the repository at this point in the history
  • Loading branch information
code-inflation committed Dec 1, 2024
1 parent 91a5e1b commit 67bd172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/simple_speedtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ fn main() {
ipv4: false, // don't force ipv4 usage
ipv6: false, // don't force ipv6 usage
verbose: false,
upload_only: false,
download_only: false,
nr_tests: 5,
nr_latency_tests: 20,
max_payload_size: PayloadSize::M10,
Expand Down

0 comments on commit 67bd172

Please sign in to comment.