TCP-over-QUIC traffic accelerator for satellite and terrestrial networks.
QUICK- tunnels TCP traffic over QUIC with BBR/BBR2 congestion control, Reed-Solomon FEC, and satellite-optimized profiles for LEO, MEO, and GEO orbits.
# Build
cargo build --release
# Run entry proxy (TCP -> QUIC)
./target/release/quick-entry \
--exit-addr 192.168.1.100:8443 \
--listen-addr 0.0.0.0:2222 \
--profile leo
# Run exit proxy (QUIC -> TCP)
./target/release/quick-exit \
--listen-addr 0.0.0.0:8443 \
--profile leo \
--acl-default-allowPerformance results are tracked automatically on every push to main. See the benchmark dashboard for current numbers.
MIT