Categorygithub.com/quic-go/perf
modulepackage
0.0.0-20240826102636-81d8604926f4
Repository: https://github.com/quic-go/perf.git
Documentation: pkg.go.dev

# README

quic-go perf

This is a (partial) implementation of the QUIC Perf Protocol.

Usage

Server

go run cmd/main.go --run-server=true --server-address=0.0.0.0:<server port>

A pprof endpoint is available at port 6060.

Client

go run cmd/main.go --server-address=<server ip>:<server port> --upload-bytes=<N> --download-bytes=<M>

A pprof endpoint is available at port 6061.

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author