Skip to content

Commit

Permalink
Merge pull request #68 from m-lab/sandbox-roberto-msak-two-streams
Browse files Browse the repository at this point in the history
Set MSAK client to run 2 BBR streams
  • Loading branch information
robertodauria authored Jun 13, 2024
2 parents d2f0fe9 + 439b58b commit 657ba45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@bower_components/html5-boilerplate": "h5bp/html5-boilerplate#^5.3.0",
"@bower_components/jquery": "jquery/jquery-dist#3.0.0",
"@bower_components/skel": "n33/skel#~3.0.1",
"@m-lab/msak": "^0.3.0",
"@m-lab/msak": "0.3.1",
"@m-lab/ndt7": "0.0.6",
"ng-device-detector": "^5.1.4",
"re-tree": "^0.1.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
version "3.0.1"
resolved "https://codeload.github.com/n33/skel/tar.gz/3375acd7ce35f865844b41172ddf91055d87e1c2"

"@m-lab/msak@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@m-lab/msak/-/msak-0.3.0.tgz#3aef7b3192e92885dedb113db002238420f3b672"
integrity sha512-PQQE91hbdJdI58RNebeGHqhhhrwmY6ansiwm4ZAYgudebVB2qdPvxo0DMUhoFCXh9eGSVv32ZwysingAjnDNeA==
"@m-lab/[email protected].1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@m-lab/msak/-/msak-0.3.1.tgz#d2fceccd1158b5bef4ccf5ae120a96e5595ebae1"
integrity sha512-0Mgx6Ln6qjvWupGu6VEFjwLbmuqKkqTywmT98lehrXIhrF3gmWTD6onihG7my0cObX0hKXzJ1iGnVhr7S8Jj9g==
dependencies:
ua-parser-js "^1.0.37"

Expand Down

0 comments on commit 657ba45

Please sign in to comment.