TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

KCP: A Fast and Reliable ARQ Protocol

37 pointsby mpsqabout 4 years ago

3 comments

rektideabout 4 years ago
ARQ: Automatic Repeat Request[1]. This is an article about a TCP competitor boasting lower latency.<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Automatic_repeat_request" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Automatic_repeat_request</a>
评论 #26784273 未加载
epsabout 4 years ago
Beating TCP is not hard. But doing it without starving TCP sessions to death is.<p>The only way to co-exist gracefully with TCP is to use a compatible backoff mechanism. Anything more aggressive will basically steal all of the bandwidth from TCP and that&#x27;s it.
评论 #26785969 未加载
ysfgamingabout 4 years ago
It&#x27;s worth mentioning that at least a few popular and successful games, such as Genshin Impact, use this protocol. The aforementioned is actually the only reason I knew it existed before now.