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

feat: introduce the dual WAN/LAN DHT #7127

Merged
merged 5 commits into from
Apr 14, 2020
Merged

feat: introduce the dual WAN/LAN DHT #7127

merged 5 commits into from
Apr 14, 2020

Commits on Apr 10, 2020

  1. feat: introduce the dual WAN/LAN DHT

    And only join the WAN DHT if we're publicly reachable.
    Stebalien committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    8a00225 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb08f7f View commit details
    Browse the repository at this point in the history
  3. fix: run tests in "dht server" mode

    Otherwise, we'd need to wait a delay on start for nodes to start becoming
    servers.
    Stebalien committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    e55c688 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. properly expose dual dht

    Stebalien committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    b64d17b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. fix: fix 'dht query' command to actually return the closest peers

    Then improve the tests such that they actually work.
    Stebalien committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    d0d508b View commit details
    Browse the repository at this point in the history