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
fix(iroh-relay): Report round-trip-latency instead of single-trip for QAD (#3230)
## Description
Switches QAD latency to be round-trip instead of single-trip to match
STUN latencies.
## Notes & open questions
Fixes#3225
<!-- Any notes, remarks or open questions you have to make about the PR.
-->
## Change checklist
<!-- Remove any that are not relevant. -->
- [x] Self-review.
Copy file name to clipboardexpand all lines: iroh-relay/src/quic.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ impl QuicClient {
273
273
// if we've sent to an ipv4 address, but received an observed address
274
274
// that is ivp6 then the address is an [IPv4-Mapped IPv6 Addresses](https://doc.rust-lang.org/beta/std/net/struct.Ipv6Addr.html#ipv4-mapped-ipv6-addresses)
0 commit comments