Skip to content

Fix HTTP/3 dialtesting timing collection and traceroute IP selection.#189

Merged
coanor merged 8 commits into
GuanceCloud:mainfrom
zhengb-gc:fix-dialtesting-traceroute
May 26, 2026
Merged

Fix HTTP/3 dialtesting timing collection and traceroute IP selection.#189
coanor merged 8 commits into
GuanceCloud:mainfrom
zhengb-gc:fix-dialtesting-traceroute

Conversation

@zhengb-gc
Copy link
Copy Markdown
Contributor

@zhengb-gc zhengb-gc commented May 26, 2026

Changes

  • Add HTTP/3-specific timing collection for DNS, QUIC connection, QUIC/TLS, TTFB, download, dest IP, and cert fields.
  • Rebuild HTTP/3 transport per Run() so reused QUIC connections do not leave response_dns, response_connection, and response_ssl as 0.
  • Clear stale destIP between runs and close HTTP/3 transports on reset/stop.
  • Keep HTTP/1.1 and HTTP/2 behavior unchanged.
  • Make TCP/ICMP traceroute reuse the selected dial IP instead of resolving independently.
  • Prefer IPv4 when DNS returns both IPv4 and IPv6.
  • Increase default traceroute timeout/retry values to reduce false failures on slower paths.
  • Add test hooks for DNS lookup and traceroute execution.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


opencode seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@zhengb-gc zhengb-gc changed the title Fix dialtesting traceroute Fix HTTP/3 dialtesting timing collection and traceroute IP selection. May 26, 2026
opencode added 2 commits May 26, 2026 14:53
@coanor coanor merged commit 7a9acec into GuanceCloud:main May 26, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants