-
Notifications
You must be signed in to change notification settings - Fork 265
fix(iroh): Keep track of non-best-addr path validation and switch to them if best addr is soon outdated #3396
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
base: maint-0.35
Are you sure you want to change the base?
Conversation
…them if best addr is soon outdated
Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/3396/docs/iroh/ Last updated: 2025-07-18T16:40:55Z |
2ebabb7
to
38a7a6c
Compare
@@ -18,7 +18,7 @@ env: | |||
RUSTDOCFLAGS: -Dwarnings | |||
MSRV: "1.81" | |||
SCCACHE_CACHE_SIZE: "10G" | |||
IROH_FORCE_STAGING_RELAYS: "1" | |||
# IROH_FORCE_STAGING_RELAYS: "1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only way to turn off staging relays.
Unfortunately the staging relays are already on main
, and main
contains breaking changes to the relay wire protocol.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... And apparently it's still not quite sufficient.
Description
I'd consider this mostly a workaround.
See also the humongous comment above
TRUST_UDP_ADDR_SOON_OUTDATED
.Breaking Changes
Notes & open questions
Change checklist