Giter Club home page Giter Club logo

draft-quic-sr's Introduction

draft-quic-sr

RFC draft for segment routing over UDP/QUIC

Abstract

This document defines the Segment Routing Header(RFC8754) extension in QUIC transport protocol. It will provide a new general purpose transportation layer with the following features:

  • Secure [QUIC TLS]
  • Reliable [QUIC Transport]
  • Programmable [Segment Routing]

Presentation

There is easy for understanding presentation available in:

https://github.com/zartbot/draft-quic-sr/tree/master/slides

Contribution

Discussion of this work is encouraged to happen on GitHub repository which contains the draft:

Issue and PRs are welcome: https://github.com/zartbot/draft-quic-sr/pulls

Use case

  1. Traffic Engineering over IPv4 internet
  2. Client-less VPC access
  3. CNI(Container Network Interface)
  4. Wire and Wireless Converged Access
  5. Cloud native network service platform

Prototype

A working IPv4 based QUIC-SR application avaiable at https://github.com/zartbot/draft-quic-sr/tree/master/example_apps

We just did some hack on quic-go to provide userspace quic support.

//quic-go create session session, err := quic.DialAddr(*remoteSock, tlsConf, config)

//update QUIC-SR segmentlist and it could be runtime modified. session.SetQUICSR([]string{1.1.1.1:2345,2.2.2.2:4567}, []byte{0x1, 0x2, 0x3})

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.