Add: per-hop and rdns for probe trace

This commit is contained in:
DaZuo0122
2026-01-17 12:51:41 +08:00
parent 7e87edb411
commit c538e31174
9 changed files with 809 additions and 73 deletions

View File

@@ -21,11 +21,13 @@ This document tracks the planned roadmap alongside the current implementation st
- diag: bundle export (zip)
### v0.3 (future upgrades)
- richer trace output (reverse lookup, per-hop loss)
- TLS extras: OCSP stapling indicator, more chain parsing
- richer trace output (reverse lookup, per-hop loss, per-hop stats)
- HTTP timing accuracy (connect/tls)
- TLS extras: OCSP stapling indicator, richer cert parsing
- ports conns improvements (top talkers / summary)
- better baseline/diff for system roots
- smarter "diagnose <domain>" workflow mode
- optional HTTP/3 (feature-gated)
- optional LLMNR/NBNS discovery
## Current stage
@@ -66,8 +68,8 @@ This document tracks the planned roadmap alongside the current implementation st
- Basic unit tests for calc and TLS parsing.
### In progress
- None.
- v0.3: probe trace upgrades (per-hop stats + rdns).
### Next
- Complete v0.3 trace upgrades and update CLI output.
- Add v0.2 tests (dns detect, basic http/tls smoke).
- Validate http/tls timings and improve breakdown if possible.