Giter Site home page Giter Site logo

quic-1's Introduction

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

quic-1's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.