Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marten-seemann/quic-proxy
- Owner: marten-seemann
- Created: 2016-05-08T16:14:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-08T16:18:09.000Z (over 8 years ago)
- Last Synced: 2024-12-20T00:08:51.210Z (22 days ago)
- Language: Go
- Size: 1.95 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.