Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental dht client #8061

Merged
merged 3 commits into from
May 14, 2021
Merged

Experimental dht client #8061

merged 3 commits into from
May 14, 2021

Commits on May 14, 2021

  1. integrate experimental AcceleratedDHTClient

    The experimental AcceleratedDHTClient can be enabled from the config
    
    When enabled it modifies the output of the `ipfs stats dht` command.
    aschmahmann committed May 14, 2021
    Configuration menu
    Copy the full SHA
    2fd55d1 View commit details
    Browse the repository at this point in the history
  2. added support for an experimental batched provider system

    The batched provider system is enabled when the experimental AcceleratedDHTClient is enabled
    
    There is also an `ipfs stats provide` command which gives stats about the providing/reproviding system when the batched provider system is enabled
    aschmahmann committed May 14, 2021
    Configuration menu
    Copy the full SHA
    cf45f1a View commit details
    Browse the repository at this point in the history
  3. docs: added experimental features documentation on the Accelerated DH…

    …T Client and batched providing system
    aschmahmann committed May 14, 2021
    Configuration menu
    Copy the full SHA
    a67cab1 View commit details
    Browse the repository at this point in the history