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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Homa Network Protocol

115 点作者 harporoeder4 个月前

5 条评论

wmf4 个月前
Various previous discussions:<p>It&#x27;s time to replace TCP in the datacenter position paper <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33401480">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33401480</a> <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42168997">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42168997</a><p>Review of Homa protocol <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28204808">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28204808</a><p>Review of Linux implementation of Homa <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28440542">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28440542</a><p>TCP vs. RPC part 1 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34871670">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34871670</a> part 2 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34871710">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34871710</a> part 3 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35228716">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35228716</a>
sesm4 个月前
For broader context: SCTP is already in the kernel, solves many of the same issues and has been used in mobile core networks for decades.
评论 #42554799 未加载
评论 #42555139 未加载
评论 #42554699 未加载
评论 #42554710 未加载
meltyness4 个月前
Without regard to the detailed background, design or analysis, the approach of plucking a concern out of the Network&#x2F;Data Link layer (prioritization &#x2F; QoS) and moving it up to the Transport is a remarkably simple &#x2F; clever start.<p>At least that&#x27;s how I picture the start of the study of such a design.
评论 #42553889 未加载
mongol4 个月前
What is going on in a datacenter that motivates a protocol like this? I admit I am ignorarant. Is it for internal allocation, say traffic between Kubernetes nodes, this is envisioned?
评论 #42557484 未加载
pclmulqdq4 个月前
Is anyone actually using Homa? I have heard that it has a few fundamental issues as described in the paper, and many people who want what Homa offers are using their own thing.