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: track failed/successful dials per-address #2033

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Sep 8, 2023

  1. feat: track failed/successful dials per-address

    Instead of tracking which peer we failed to dial, track dial success
    or failure on a per-address basis.
    
    This will let us detect when IPv6 is unsupported or certain transports
    (e.g. UDP ones) are blocked.
    
    Refs: 2010
    achingbrain committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    90bfc6d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    3b31fdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc8196c View commit details
    Browse the repository at this point in the history
  3. chore: fix linting

    achingbrain committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    7836623 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

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

Commits on Nov 2, 2023

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

Commits on Nov 3, 2023

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