Skip to content

Commit

Permalink
(MSAK) Run 3 BBR streams for 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodauria authored Oct 10, 2024
1 parent 2c66e4d commit aae3334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/measure/measure.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ angular.module('Measure.Measure', ['ngRoute'])
client_session_id: sid
}
client.cc = "bbr";
client.duration = 5000; // 5s
client.streams = 1;
client.duration = 10000; // 10s
client.streams = 3;
client.debug = true;

await client.start();
Expand Down

0 comments on commit aae3334

Please sign in to comment.