Giter VIP home page Giter VIP logo

quic-lb's Introduction

QUIC-LB

QUIC-LB is a set of common algorithms that allow a QUIC server to incorporate a "Server ID" in its Connection ID, and for a low-state load balancer to extract that connection ID for routing purposes.

The QUIC Working Group [Editor's draft] (https://quicwg.org/load-balancers/draft-ietf-quic-load-balancers.html) specifies the design.

Building QUIC-LB

  1. Clone this project from git.
  2. Install openssl
  3. % make

Guide to files

This project provides a library for load balancer and QUIC server implementations to generate and decode compliant connection IDs, given a consistent configuration.

This library is contained in quic_lb.h and quic_lb.c. As this code was originally developed for a proprietary microkernel environment, quic_lb_types.h is also required to compile in conventional Linux.

quic_lb_test.c creates a series of valid configurations, generates connection IDs for those configurations, and then extracts the server ID to check that it is recoverable. The Makefile compiles this test code, generating a full report of configuration parameters.

Contribution Guidelines

Contributions are welcome. However, F5 corporate policy requires contributors to complete the Contributor License Agreement and email it to [email protected]. The CLA is in the root directory of this repo.

quic-lb's People

Contributors

martinduke avatar

Watchers

 avatar

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.