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

find_node: Optimize parallelism factor for slow to respond peers #220

Merged
merged 5 commits into from
Aug 27, 2024

Commits on Aug 26, 2024

  1. find_node: Introduce response timestamp for duration tracking

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3985711 View commit details
    Browse the repository at this point in the history
  2. find_node: Do not count timeouted responses towards parallelism factor

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2abe843 View commit details
    Browse the repository at this point in the history
  3. find_node/tests: Check parallelism counts non timedout queries

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b65cd2e View commit details
    Browse the repository at this point in the history
  4. find_node: Decrement pending responses on outside triggered events

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    13b8b27 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    c2a1611 View commit details
    Browse the repository at this point in the history