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

Peer testing fix #343

Merged
merged 2 commits into from
Apr 6, 2020
Merged

Peer testing fix #343

merged 2 commits into from
Apr 6, 2020

Commits on Apr 6, 2020

  1. Use LMQ's new outgoing-only option for reachability testing

    Use connect_remote was causing significant problems with the default
    pubkey-based routing IDs because the new outgoing connections for
    reachability would end up replacing the existing SN-to-SN connection due
    to reusing the same id.
    
    This commit includes an update to lokimq to specify that a send/request
    should be done only on outgoing connections, without needing to
    open and close new outgoing connections when there is an existing
    outgoing SN connection to the remote being tested.
    jagerman authored and msgmaxim committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    55f42ab View commit details
    Browse the repository at this point in the history
  2. less verbose logs

    msgmaxim committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    ef8435b View commit details
    Browse the repository at this point in the history