mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
bug: ci taking too long to run (#7)
* breaking: separate CI build and test workflows Separate CI build and test into individual workflows. Add matrix-based CI build and test for better coverage. Update build status badges. * fix: ginko_test format and condition
This commit is contained in:
parent
686d29bc91
commit
9e1965d28b
5 changed files with 67 additions and 56 deletions
|
@ -1,6 +1,6 @@
|
|||
#  <img src="docs/quic.png" alt="drawing" width="200"/> uQUIC
|
||||
[](https://github.com/gaukas/uquic/actions/workflows/go1.20.yml)
|
||||
[](https://github.com/gaukas/uquic/actions/workflows/go1.21.yml)
|
||||
[](https://github.com/gaukas/uquic/actions/workflows/go_build.yml)
|
||||
[](https://github.com/gaukas/uquic/actions/workflows/ginkgo_test.yml)
|
||||
[](https://godoc.org/github.com/refraction-networking/uquic)
|
||||
---
|
||||
uQUIC is a fork of [quic-go](https://github.com/refraction-networking/uquic), which provides Initial Packet fingerprinting resistance and other features. While the handshake is still performed by quic-go, this library provides interface to customize the unencrypted Initial Packet which may reveal fingerprint-able information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue