TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: An async traceroute(1) implementation in Rust

9 点作者 arcticadder超过 2 年前
I wrote a minimal traceroute(1) clone that leans on asynchrony to reduce the time spent tracing a route. Underneath, it uses ICMP to do its job. The plan is to add support for UDP tracing and a path maximum transmission unit discovery mechanism.<p>Comments and suggestions are welcome!

2 条评论

maxbond超过 2 年前
Something I&#x27;ve always wanted in traceroute is a flag to make it count _down_ instead of counting _up_. I usually do this manually with ping which is cumbersome. Traceroutes which count up are often blocked along the way by a firewall.
评论 #32969156 未加载
1MachineElf超过 2 年前
Does Redox-OS have a built in traceroute? Either way, maybe this would be a good candidate for a future release.