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

[dht] rework get timings after queries in master #106

Merged
merged 2 commits into from
Aug 9, 2016

Commits on Aug 6, 2016

  1. search: isDone computes using Request interface

    There's no need to compute with time since the network engine gives us the
    information we need.
    sim590 committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    7eb5d89 View commit details
    Browse the repository at this point in the history
  2. dht: fixing timing in SearchNode::canGet

    When a 'get' request associated with a certain 'query' has been sent, we don't
    want to send it again, i.e. we don't care if it's pending or not as soon as it
    has been sent.
    sim590 committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    28a3498 View commit details
    Browse the repository at this point in the history