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.

ASK HN: How does mosh shell use UDP but provide reliability like TCP?

3 pointsby sabyaover 8 years ago

1 comment

dalkeover 8 years ago
They wrote a paper about it for Usenix, at <a href="https:&#x2F;&#x2F;mosh.org&#x2F;mosh-paper.pdf" rel="nofollow">https:&#x2F;&#x2F;mosh.org&#x2F;mosh-paper.pdf</a> .<p>In general, it&#x27;s always possible to put your own reliability layer on top of UDP. Other protocols do it too. g, <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Stream_Control_Transmission_Protocol" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Stream_Control_Transmission_Pr...</a>