fix(iroh-net): Trigger netcheck on a magicsock rebind #2042
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This incorporates two fixes:
The .set_preferred_port() function was completely ignoring the passed port. This is now plugged through to the rebind. Nobody was using this function before though. I'm not so sure how useful it is.
When rebinding the locally bound sockets change. This means we have to do a new netcheck as otherwise we won't know about our new endpoints until a new netcheck runs on it's regular schedule.
Notes & open questions
This is kind of split off from #2041 because it ends up doing unrelated fixes just for an improvement to tests.
Change checklist