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

Conversation

msgmaxim
Copy link
Contributor

@msgmaxim msgmaxim commented Apr 6, 2020

  • try to reuse the same outgoing connection for peer testing, so we don't have to manually close it

jagerman and others added 2 commits April 6, 2020 11:49
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.
@msgmaxim msgmaxim merged commit b6a24ea into oxen-io:dev Apr 6, 2020
@msgmaxim msgmaxim deleted the peer-testing-fix branch September 11, 2020 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants