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

[kad] Update local routing table on new connections after protocol confirmation. #1821

Merged
merged 3 commits into from
Nov 5, 2020

Commits on Nov 3, 2020

  1. Delay routing table update on new connections.

    In order to avoid adding peers to the local routing table
    which use a different protocol name and thus a different
    overlay network, only update the local routing table
    for newly established connections once the associated
    connection handler reports that the protocol has been
    confirmed.
    Roman S. Borschel committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    c0caa02 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Merge branch 'master' into kad-delay-routing-update

    Roman S. Borschel committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    228db3c View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.

    Roman S. Borschel committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    289f7cb View commit details
    Browse the repository at this point in the history