mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
bench: tweak udp sets
This commit is contained in:
parent
e76394b60d
commit
ff50b010fb
1 changed files with 2 additions and 2 deletions
|
|
@ -210,9 +210,9 @@ impl UdpCommand {
|
|||
16 => SetConfig {
|
||||
implementations: indexmap! {
|
||||
UdpTracker::Aquatic => vec![
|
||||
AquaticUdpRunner::new(12, 2),
|
||||
AquaticUdpRunner::new(14, 2),
|
||||
AquaticUdpRunner::new(16, 2),
|
||||
AquaticUdpRunner::new(24, 2),
|
||||
AquaticUdpRunner::new(28, 2),
|
||||
|
||||
AquaticUdpRunner::new(13, 3),
|
||||
AquaticUdpRunner::new(16, 3),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue