Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

client/authority-discovery: Throttle DHT requests #7018

Merged
3 commits merged into from
Sep 7, 2020

Commits on Sep 3, 2020

  1. client/authority-discovery: Throttle DHT requests

    Instead of passing one DHT query for each authority down to the network
    every query interval, only pass MAX_IN_FLIGHT_LOOKUPS at a given point
    in time, triggering new ones when previous ones return.
    mxinden committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    d959cdb View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    ebbe005 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    077d2a9 View commit details
    Browse the repository at this point in the history