commit eab1ebc85afc48791a361b43a27d9bb50ad90e27 Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri May 15 10:29:51 2015 +0200
Clarify TIMEOUT field in Torperf data format.
Spotted by Nikita Borisov. --- web/formats.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/formats.html b/web/formats.html index 93f073f..d8abf65 100644 --- a/web/formats.html +++ b/web/formats.html @@ -538,8 +538,8 @@ for hidden-service measurements; optional.</li> optional.</li> <li><tt>BUILDTIMES:</tt> List of times when circuit hops were built, separated by commas; optional.</li> -<li><tt>TIMEOUT:</tt> Circuit build timeout that the Tor client used when -building this circuit; optional.</li> +<li><tt>TIMEOUT:</tt> Circuit build timeout in milliseconds that the Tor +client used when building this circuit; optional.</li> <li><tt>QUANTILE:</tt> Circuit build time quantile that the Tor client uses to determine its circuit-build timeout; optional.</li> <li><tt>CIRC_ID:</tt> Circuit identifier of the circuit used for this
tor-commits@lists.torproject.org