Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marten-seemann/quic-proxy

A UDP proxy that drops packets, useful for testing of QUIC
https://github.com/marten-seemann/quic-proxy

Last synced: 19 days ago
JSON representation

A UDP proxy that drops packets, useful for testing of QUIC

Awesome Lists containing this project

README

        

# A UDP proxy that drops packets

Installing deps:

go get -t

Running the example server (with debug output):

go run main.go -P 6121 -v 3

The server then accepts connections on port 6667.