fix: do not require client-side fast open

This commit is contained in:
Toby 2024-06-16 13:26:02 -07:00
parent 506d8e01b8
commit 2c62a1a1b4
2 changed files with 10 additions and 4 deletions

View file

@ -57,7 +57,6 @@ func TestClientServerHookTCP(t *testing.T) {
c, _, err := client.NewClient(&client.Config{
ServerAddr: udpAddr,
TLSConfig: client.TLSConfig{InsecureSkipVerify: true},
FastOpen: true, // Client MUST have FastOpen for this
})
assert.NoError(t, err)
defer c.Close()