commit d311ca9fe884d9d936acc6188786409cdb189107 Author: juga0 juga@riseup.net Date: Thu Feb 7 12:27:52 2019 +0000
docs: change section title to filtering --- docs/source/specification.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/source/specification.rst b/docs/source/specification.rst index 874adbc..afda2d4 100644 --- a/docs/source/specification.rst +++ b/docs/source/specification.rst @@ -186,15 +186,15 @@ Every hour, the generator:
Source code: :func:`sbws.lib.v3bwfile.V3BWFile.from_results`
-Selecting bandwidth measurements -::::::::::::::::::::::::::::::::::: +Filtering the bandwidth measurements +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Each relay bandwidth measurements are selected in the following way:
-1. At least two bandwidth measurements (``Result`` s) MUST have been obtained +#. At least two bandwidth measurements (``Result`` s) MUST have been obtained within an arbitrary number of seconds (currently one day). If they are not, the relay MUST NOT be included in the Bandwith File. -2. The measurements than are are older than an arbitrary number of senconds +#. The measurements than are are older than an arbitrary number of senconds in the past MUST be discarded. Currently this number is the same as ``data_period`` (5 days).
tor-commits@lists.torproject.org