Skip to content

Commit 9f7363f

Browse files
Merge pull request #79 from m-lab/sandbox-roberto-msak-config
Update MSAK to use 1 cubic stream
2 parents a86cb31 + 7330fe4 commit 9f7363f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/measure/measure.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ angular.module('Measure.Measure', ['ngRoute'])
177177
client.metadata = {
178178
client_session_id: sid
179179
}
180-
client.cc = "bbr";
180+
client.cc = "cubic";
181181
client.duration = 10000; // 10s
182-
client.streams = 3;
182+
client.streams = 1;
183183
client.debug = true;
184184

185185
await client.start();

0 commit comments

Comments
 (0)