Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

lucas-clemente/quic-clients

Repository files navigation

QUIC server and clients binaries

This repo has binary builds of quic_client and quic_server from Chromium's source for testing quic-go.

How to build

Follow the instructions to checkout Chromium: https://www.chromium.org/developers/how-tos/get-the-code

Set the build configuration:

gn args out/Debug

and enter the following:

# Build arguments go here. Examples:
   is_component_build = false
   is_debug = true
# See "gn args <out_dir> --list" for available build arguments.

Build:

ninja -C out/Debug quic_client quic_server

Strip the binary:

strip out/Debug/quic_client out/Debug/quic_server

License

This repo contains build artifacts from Chromium, so the same license applies.

About

QUIC client binaries for testing quic-go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages