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:
Mingye Chen 2024-11-22 15:12:57 -07:00
parent cb2c7f1296
commit cc7f02d9b9
6 changed files with 71 additions and 51 deletions

View file

@ -4,7 +4,7 @@ import (
"bytes"
"testing"
"github.com/gaukas/clienthellod"
"github.com/refraction-networking/clienthellod"
)
func TestQUICFrames(t *testing.T) {