aboutsummaryrefslogtreecommitdiff
path: root/bandwidth-file-spec.txt
AgeCommit message (Collapse)Author
2019-01-14bandwidth: rewrite the introteor
Part of 27079.
2018-11-26Merge remote-tracking branch 'tor-github/pr/37'Nick Mathewson
2018-11-08Correct spaces formatjuga0
2018-11-08Correct header keyvalue names in examplesjuga0
And reorder them in the way sbws does.
2018-11-08Add TODO in the software_version in the examplesjuga0
2018-11-08Remove line about RelayLines in version 1.1.0teor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-08Explain better what is added in version 1.1.0teor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-08Explain better what is added in version 1.2.0teor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-08Add later to the version Tor can consumeteor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-08Correct sbws version in exampleteor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-08Include terminator in examples without RelayLinesteor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-08Correct number of characters in terminatorteor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-07Include v1.2 headers in example with relaysjuga0
2018-11-07Correct specification version in the examplesjuga0
Also change sbws version in the examples by X and add TODO to change that when it is implemented.
2018-11-07Format to maximum 72 characters per linejuga0
2018-11-07Correct n_filt by n in step 2juga0
The number of relays does not change for a relay filtered bandwdith.
2018-11-07Include bw_obs_i variable in step 5teor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-07Correct bandwidth variable in step 3teor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-07Include variable n in step 2teor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-07Include n_filt in description in step 2teor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-07Include variable used in pseudocode in step 1teor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-07Rephrase which torflow method is explainedteor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-07Add new version (1.2) in Format Versionsjuga0
2018-11-07Remove sentence about including headers but no linesjuga0
When the are not enough eligible relays, since it's already mentioned in one of the KeyValues.
2018-11-07Change order of KeyValuesjuga0
As suggested by teor
2018-11-07Remove duplicated lineteor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-07Rephrase definition of number_eligible_relaysteor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-07Include calculations for minimum_number_eligible_relaysteor
Co-Authored-By: juga0 <juga@riseup.net>
2018-11-07Include definition of minimum_percent_eligible_relays teor
Change made by teor. Co-Authored-By: juga0 <juga@riseup.net>
2018-11-07Rephrase percent_eligible_relays and add calculation teor
As suggested by teor. Co-Authored-By: juga0 <juga@riseup.net>
2018-10-26Add sbws example generating 1.2.X versionjuga0
2018-10-26Add KeyValues in sbws sectionjuga0
2018-10-26Add new header KeyValuesjuga0
2018-10-25Add torflow scaling sectionjuga0
It explains in a different way section 2.2 in torflow's README.spec.txt.
2018-07-18bandwidth-file-spec: files should be generated atomicallyteor
Closes 26829.
2018-06-25Merge remote-tracking branch 'juga/ticket8494'Nick Mathewson
2018-06-25bandwidth-file-spec: add MaxAdvertisedBandwidthjuga0
Add MaxAdvertisedBandwidth section in the bw KeyValue and explain why measured bandwidths need to be limited to it and how current implementations do it. Co-authored-by: teor <teor2345@gmail.com>
2018-06-24Rephrase what to do when there aren't recent resultsjuga0
2018-06-24Change generators by threadsjuga0
2018-06-24Add latest_bandwidth, file_created to the examplejuga0
and change other example dates to be more coherent.
2018-06-24Replace generator by threadsjuga0
to make text more clar. Also: * result by bandwidth result * forgotten scanner word by generator
2018-06-24Do not generate file if timestamp is missingjuga0
2018-06-24Add a latest bandwidth header Linejuga0
2018-06-24Add file creation date header Linejuga0
2018-06-24Fix Timestamp, to be the most recent result.juga0
It is not the timestamp when the file was created.
2018-05-28Fix syntax: measurements is pluraljuga0
2018-05-28Add forgotten error_miscjuga0
2018-05-28New KeyValues in sbws are not mandatoryjuga0
therefore replace Exactly once by Zero or one time
2018-05-26Add bw lines KeyValues counting failuresjuga0
also, update sbws examples
2018-05-14Bandwidth-measurement file specification, as sent to tor-devjuga0