mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
Support non-zero lowest frame offset
The lowest offset of CRYPTO frames in a QUIC packet does not necessarily start at zero, such as the second packet of a connection using Kyber key in the client hello. Also updates clienthellod to new repo.
This commit is contained in:
parent
cb2c7f1296
commit
cc7f02d9b9
6 changed files with 71 additions and 51 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"bytes"
|
||||
"testing"
|
||||
|
||||
"github.com/gaukas/clienthellod"
|
||||
"github.com/refraction-networking/clienthellod"
|
||||
)
|
||||
|
||||
func TestQUICFrames(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue