Unclaimed project
Are you a maintainer of ttl? Claim this project to take control of your public changelog and roadmap.
Changelog
Fast, modern traceroute with real-time TUI, per-hop stats, ASN/geo lookup, ECMP detection, and MPLS label parsing. A better mtr.
Three targeted fixes for the shutdown hang reported in #41:
poll_ipv6_echo_reply drain loop now caps at 256 packets per batch and checks the cancellation token, preventing starvation when the socket is continuously readabletokio::signal::ctrl_c() handler works outside crossterm raw mode; first press cancels gracefully, second press force-exits with code 130TTL_SHUTDOWN_TRACE=1 to see timestamped shutdown progress logs on stderr, useful for diagnosing any remaining hang scenariosFull Changelog: https://github.com/lance0/ttl/compare/v0.16.0...v0.16.1