https://github.com/hf/quicpacket
Tiny Go library for quickly parsing QUIC packets.
https://github.com/hf/quicpacket
Last synced: 5 months ago
JSON representation
Tiny Go library for quickly parsing QUIC packets.
- Host: GitHub
- URL: https://github.com/hf/quicpacket
- Owner: hf
- License: mit
- Created: 2022-10-02T11:49:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T11:50:36.000Z (almost 4 years ago)
- Last Synced: 2024-12-31T06:29:51.224Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quicpacket
A tiny Go library that parses [QUIC packets
quickly](https://datatracker.ietf.org/doc/html/rfc9000#section-17.2).
## License
Copyright © 2022 Stojan Dimitrovski. Some rights reserved. Licensed under
the MIT license. You can get a copy of it in `LICENSE`.