Skip to content
Snippets Groups Projects
  1. Jun 09, 2020
  2. Jun 08, 2020
  3. Jun 06, 2020
  4. Jun 05, 2020
  5. Jun 03, 2020
  6. May 30, 2020
  7. May 29, 2020
  8. May 28, 2020
  9. May 26, 2020
  10. May 25, 2020
  11. May 22, 2020
    • Karsten Loesing's avatar
      Remove 50 KiB and 1 MiB downloads. · 3252ddfa
      Karsten Loesing authored
      With the new partial downloads timestamps we can easily extract
      time-to-first-50-KiB and time-to-first-1-MiB numbers from the 5 MiB
      downloads. An analysis of past measurements showed that these numbers
      are comparable.
      
      By removing those smaller downloads we increase the total number of
      actually useful measurements.
      
      Total bandwidth consumption from this change increases from 14 to 140
      kbps which still seems very reasonable.
      
      Implements #34023.
      3252ddfa
    • Karsten Loesing's avatar
      Reduce timeout and stallout values. · 3e79f084
      Karsten Loesing authored
      The idea is to avoid overlapping measurements. With a new measurement
      starting every 5:00 minutes, we time out after 4:30 minutes to make
      "room" for the next measurement to start.
      
      We also don't use the stallout feature anymore by setting the value to
      0 seconds. The stallout would have failed a measurement after not
      receiving new bytes for the given number of seconds. But that's also
      not what we want to measure.
      
      Implements #34024.
      3e79f084
    • Karsten Loesing's avatar
      Remove v2 onion service support. · e515e647
      Karsten Loesing authored
      This commit touches similar places in the code as c8b0fc22 which added
      v3 onion service support.
      
      Implements #33434.
      e515e647
Loading