You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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”>
0 commit comments