-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(iroh-net-report)!: add QUIC address discovery probes (#3028)
## Description Adds probes for QUIC Address Discovery. ## Breaking Changes - `iroh-net-report` - changed - `iroh_net_report::Client::get_report` takes new parameter `quic_config: net_report::QuicConfig` - `iroh_net_report::Client::get_report_channel` takes new parameter `quic_config: net_report::QuicConfig` ## Notes & open questions Next PR is properly adding this to iroh (& a new PR for iroh-doctor). `magicsock.rs` was adjusted so that `iroh` can still depend on the repo version of `net-report`, but does not enable QAD. ## Change checklist - [x] Self-review. - [x] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [x] Tests if relevant. - [x] All breaking changes documented. --------- Co-authored-by: “ramfox” <“kasey@n0.computer”>
- Loading branch information
Showing
9 changed files
with
326 additions
and
54 deletions.
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 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 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 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.