https://github.com/tx7do/test_quic
https://github.com/tx7do/test_quic
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tx7do/test_quic
- Owner: tx7do
- License: mit
- Created: 2022-12-21T04:05:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T09:27:50.000Z (over 3 years ago)
- Last Synced: 2025-02-21T21:51:47.516Z (over 1 year ago)
- Language: C++
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test_quic
## Building
```bash
git submodule update --init --recursive
cmake .
make
```