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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Fastrace- a fast, dependency-free traceroute implementation in pure C

5 点作者 daviducolo2 个月前

4 条评论

perkele19892 个月前
Good stuff! Single-file C application with zero dependencies, and well written at that, is impressive in itself. The fact that the website is super-polished too kind of threw me off guard. I kept looking for a &quot;Pricing&quot; tab but couldn&#x27;t find one lol.<p>A perfect 5&#x2F;7!
评论 #43342411 未加载
daviducolo2 个月前
Fastrace is a blazingly fast traceroute utility designed for network diagnostics and performance analysis. It maps the route that packets take across an IP network from source to destination, providing detailed timing information and identifying potential bottlenecks or routing issues.
评论 #43346550 未加载
评论 #43342661 未加载
daviducolo2 个月前
blog post: <a href="https:&#x2F;&#x2F;dev.to&#x2F;daviducolo&#x2F;building-fastrace-a-high-performance-traceroute-implementation-in-pure-c-3h92" rel="nofollow">https:&#x2F;&#x2F;dev.to&#x2F;daviducolo&#x2F;building-fastrace-a-high-performan...</a>
daviducolo2 个月前
code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;davidesantangelo&#x2F;fastrace" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;davidesantangelo&#x2F;fastrace</a>