Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

NetDb: refactor getting closest routers #910

Merged
merged 7 commits into from
Jun 29, 2018

Commits on Jun 26, 2018

  1. NetDb: exclude routers before sorting them

    It is unnecessary to sort excluded routers.
    
    References monero-project#643 and monero-project#910
    coneiric committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    57332bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eca1128 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbdf271 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06d4f0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ea811c View commit details
    Browse the repository at this point in the history
  6. NetDb: adds const-correctness + default params

    Adds const-correctness to getting closest router parameters, and
    default parameters for excluded routers.
    
    Credit to anonimal for the patch.
    
    Referencing monero-project#643 and monero-project#910
    coneiric committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    32ebf5d View commit details
    Browse the repository at this point in the history
  7. Tests: patches NetDb closest router unit-tests

    Cleaner, more useable NetDb test fixture, and more concise test cases.
    
    Credit to anonimal for the patch.
    
    References monero-project#643 and monero-project#910
    coneiric committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    e9d2bf4 View commit details
    Browse the repository at this point in the history