commit 4a6abe834e7fbe64620238a5d35a598fe7433db4 Author: Karsten Loesing karsten.loesing@gmx.net Date: Sun Apr 13 09:53:07 2014 +0200
Document difference between bandwidth values.
Fixes #11369. --- web/index.html | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/web/index.html b/web/index.html index 50f97fa..29673e9 100644 --- a/web/index.html +++ b/web/index.html @@ -978,6 +978,8 @@ found. <p> Bandwidth in bytes per second that this relay is willing and capable to provide. +This bandwidth value is the minimum of <strong>bandwidth_rate</strong>, +<strong>bandwidth_burst</strong>, and <strong>observed_bandwidth</strong>. Missing if router descriptor containing this information cannot be found. </p> @@ -1256,6 +1258,8 @@ found. <p> Bandwidth in bytes per second that this bridge is willing and capable to provide. +This bandwidth value is the minimum of <strong>bandwidth_rate</strong>, +<strong>bandwidth_burst</strong>, and <strong>observed_bandwidth</strong>. Missing if router descriptor containing this information cannot be found. </p>