代码拉取完成,页面将自动刷新
QUIC (Quick UDP Internet Connections) QUIC is an early-stage network protocol [Jim Roskind <[email protected]>] is experimenting with that runs a stream multiplexing protocol over a new flavor of Transport Layer Security (TLS) on top of UDP instead of TCP. QUIC combines a carefully selected collection of techniques to reduce the number of round trips we need as we surf the Internet. You can learn more in the design document, but here are some of the highlights: * High security similar to TLS * Fast (often 0-RTT) connectivity similar to TLS Snapstart combined with TCP Fast Open * Packet pacing to reduce packet loss * Packet error correction to reduce retransmission latency * UDP transport to avoid TCP head-of-line blocking * A connection identifier to reduce reconnections for mobile clients * A pluggable congestion control mechanism This is "libquic", a user-space library that re-uses/packages/purposes the QUIC code from the Chromium browser project so that other software can use this new protocol for Internet layer-4 communications. QUIC is a general purpose protocol built primarily with HTTP in mind, but there is no reason not to use it as a replacement for TCP in other non-HTTP based connections. QUIC Discussions: [email protected] https://groups.google.com/a/chromium.org/d/forum/proto-quic [1] http://blog.chromium.org/2013/06/experimenting-with-quic.html [2] https://docs.google.com/document/d/1RNHkx_VvKWyWg6Lr8SZ-saqsQx7rFV-ev2jRFUoVD34/preview?sle=true [3] https://docs.google.com/document/d/1lmL9EF6qKrk7gbazY8bIdvq3Pno2Xj_l_YShP40GLQE/edit#heading=h.h3jsxme7rovm
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。