nginx-quic-lb is an implementation of ietf-quic-lb, based on nginx-release-1.18.0
nginx-quic-lb just implement the date plane function of ietf-quic-lb(forward quic packet, retry service and so on). For "configuration agent" defined in draft, user can implement it with your own control plane and nginx configuration file.
Some features are still under discussion(have not been implemented yet):
(1) Block cipher(maybe remove later)
(2) stateless reset(maybe come soon)
1. git clone https://github.com/alipay/quic-lb
2. git submodule update --init --recursive
3. sh build.sh
All features and corresponding introductions and examples are shown below:
1. pip install pytest
2. cd ${quic-lb-dir}/test
3. make test