Skip to content

Yanstart/Quick-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

446 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUICK-

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.

Quick Start

# 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-allow

Documentation

Benchmark Dashboard

Performance results are tracked automatically on every push to main. See the benchmark dashboard for current numbers.

License

MIT

About

High-performance QUIC proxy accelerator for satellite networks. The goal is to reduce latency by 40% and increases throughput by 3x compared to TCP on high-latency lossy links. Built with Go and quic-go.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages