Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

QUIC LB Algorithm Interop

martinduke edited this page Nov 20, 2018 · 2 revisions

The first phase of QUIC-LB Interop will verify that we can implement the algorithms consistently given the spec.

Workflow

Server implementations will make up their own algorithm parameters and generate a number of connection IDs. They will store both the parameters and the resulting CIDs in a .txt file.

LB implementations will configure themselves based on the provided parameters and verify that processing the CIDs generate the expected Server ID or modulus.

Server implementers can place their .txt files in a folder in this repository.

File format

Configuration #1
CID1 (e.g. 0x34348ad834kdfd - please pad zeros as necessary)
CID2
CID3
...
blank line
Configuration #2
CID1
CID2
CID3

Clone this wiki locally