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

Bug21065 035 #2053

Open
wants to merge 2 commits into
base: maint-0.3.5
Choose a base branch
from
Open

Commits on Aug 6, 2020

  1. Mark incoming bridge channels as possibly "canonical for peer"

    Part of a fix for 20165: we will use this information to see whether
    we can call a self-test successful.
    nmathewson committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    5818fe7 View commit details
    Browse the repository at this point in the history
  2. Only treat canonical-to-peer channels as indicating reachability.

    Previously we'd treat an incoming circuit as indicating orport
    reachability, even if it was to an ORPort other than the one we were
    trying to test.  Now we only treat it as indicating reachability
    when it is on a canonical-to-peer channel: one where the address
    matched our published address when the channel was made.
    
    Fixes bug introduced in 4f5192b in 0.1.0.1-rc, back when we
    added self-reachability tests. Closes 20165.
    nmathewson committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    a417889 View commit details
    Browse the repository at this point in the history