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.

QUIC – Next-generation multiplex transport over UDP

67 pointsby digitalnalogikaover 11 years ago

7 comments

crazygringoover 11 years ago
Wait, so how do I enable it on Chrome? I&#x27;ve gone to:<p>chrome:&#x2F;&#x2F;net-internals&#x2F;#quic<p>like the slide says, but Chrome just says &quot;QUIC Enabled: false&quot; without any switch to turn it on. (Chrome 32 on OSX.)<p>Edit: turns out the answer is to go to chrome:&#x2F;&#x2F;flags&#x2F;#enable-quic<p>Also, what web servers support QUIC? Is there some kind of Apache add-on in development? And how will Chrome know whether to try to connect via QUIC or not? If QUIC gets enabled in my Chrome, does this mean Chrome tries to establish both a QUIC and TCP connection to each server always?
评论 #7228541 未加载
评论 #7228968 未加载
评论 #7228469 未加载
erichoceanover 11 years ago
Nice! I implemented this same idea in the social network we&#x27;re launching today (already Apple approved, ready to hit the Release to Store button in just a few minutes).<p>Google&#x27;s right: it&#x27;s bloody fast, with zero-latency crypto setup times. We love it. This is terrific tech for mobile devices and high-latency, cellular networks.<p>EDIT: Obviously, I didn&#x27;t implement QUIC specifically, but something that&#x27;s equivalent (for our own application). We used NaCl specifically for the cryptography, although there&#x27;s more to it than just making library calls…
评论 #7228959 未加载
bodskiover 11 years ago
Video of interview&#x2F;talk: <a href="http://www.youtube.com/watch?v=hQZ-0mXFmk8" rel="nofollow">http:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=hQZ-0mXFmk8</a>
signa11over 11 years ago
although slightly alluded to in the &#x27;parking lot problem&#x27; i dont see any reference to mptcp. any reason why ?<p>edit-1: quic geek faq contains some more details (<a href="https://docs.google.com/document/d/1lmL9EF6qKrk7gbazY8bIdvq3Pno2Xj_l_YShP40GLQE/mobilebasic?pli=1" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1lmL9EF6qKrk7gbazY8bIdvq3...</a>)
评论 #7228605 未加载
yjh0502over 11 years ago
How about SCTP? It also supports multimple streams on single connection, no head-of-line blocking, multihoming, and in standard.
评论 #7228714 未加载
评论 #7229690 未加载
评论 #7228745 未加载
评论 #7230081 未加载
nasalgoatover 11 years ago
Are there any libraries and&#x2F;or demo code to implement this?
评论 #7228624 未加载
danellisover 11 years ago
Where is the spec for this?
评论 #7228832 未加载
评论 #7228740 未加载