-
Notifications
You must be signed in to change notification settings - Fork 317
refactor(multipath): move discovery into EndpointStateActor
#3645
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
d63ee27
refactor: move discovery into EndpointStateActor
Frando 196d89a
cleanups
Frando b4c26a9
tests: reenable magicsock tests
Frando 30f370f
Merge remote-tracking branch 'origin/feat-multipath' into Frando/mp-d…
Frando 956fbe1
cleanup and improvements
Frando 1c8d5be
refactor: better internal error
Frando 38a5135
Merge remote-tracking branch 'origin/feat-multipath' into Frando/mp-d…
Frando 059cdfd
cleanup, docs
Frando 0753dda
chore: cleanup, clippy
Frando 9a42e44
fixup
Frando ae52f5c
fix: move local addr check to send_datagram
Frando 8f101a0
revert: unneeded change to method signature
Frando d6c3cfd
Merge remote-tracking branch 'origin/feat-multipath' into Frando/mp-d…
Frando bce431d
cleanups after merge feat-multipath
Frando 53e45c4
cleanup
Frando a4facfe
revert cargo update
Frando d542aab
Merge remote-tracking branch 'origin/feat-multipath' into Frando/mp-d…
Frando b2b2e02
fixup merge
Frando 10ecc41
cr: reword comment
Frando b9aceab
cr: address minor points
Frando 92242a9
Merge remote-tracking branch 'origin/feat-multipath' into Frando/mp-d…
Frando 147d1a0
refactor: move path state into struct
Frando 15d4cf4
chore: typos, doclinks, clippy
Frando ed14a71
Merge remote-tracking branch 'origin/feat-multipath' into Frando/mp-d…
Frando e4d3924
chore: docs & fmt
Frando ca020d5
fixup
Frando 59d0ed8
address nits
Frando File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.
😢 another dependency just for making things sync?
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.
another? which one is the other one?
Uh oh!
There was an error while loading. Please reload this page.
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.
We could add it to
n0-futuresthough. The whole crate is <300 lines.https://docs.rs/sync_wrapper/latest/src/sync_wrapper/lib.rs.html
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.
another, to the many dependencies we already have 😓