Skip to content

Commit

Permalink
Set MSAK client to run 2 BBR streams
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodauria committed Jun 10, 2024
1 parent d2f0fe9 commit 1a35333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/measure/measure.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ angular.module('Measure.Measure', ['ngRoute'])
}
client.cc = "bbr";
client.duration = TIME_EXPECTED * 1000;
client.streams = 1;
client.streams = 2;
client.debug = true;

await client.start();
Expand Down

0 comments on commit 1a35333

Please sign in to comment.