From e0a81e7f03ab3ae19d12919dfeb1fb0e1b785016 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Wed, 26 Aug 2020 18:32:01 +0200 Subject: [PATCH] Add ability to limit outgoing throughput. This will hopefully become unnecessary once we have better congestion control. --- static/sfu.css | 6 +++++ static/sfu.html | 8 +++++++ static/sfu.js | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+) diff --git a/static/sfu.css b/static/sfu.css index 930c5a0..54c43aa 100644 --- a/static/sfu.css +++ b/static/sfu.css @@ -84,6 +84,12 @@ h1 { margin-right: 0.4em; } +#sendselect { + width: 8em; + text-align-last: center; + margin-right: 0.4em; +} + #requestselect { width: 8em; text-align-last: center; diff --git a/static/sfu.html b/static/sfu.html index e63cca1..c2d8162 100644 --- a/static/sfu.html +++ b/static/sfu.html @@ -50,6 +50,14 @@ + + +