mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 4.0.1
This commit is contained in:
parent
3586b1e691
commit
2fb39e3567
17 changed files with 74 additions and 83 deletions
|
@ -72,7 +72,7 @@ static const struct trapa_test tests[] =
|
|||
.tp_max_idle_timeout = 10 * 1000,
|
||||
.tp_max_ack_delay = TP_DEF_MAX_ACK_DELAY,
|
||||
.tp_active_connection_id_limit = 7,
|
||||
.tp_initial_source_cid = { .len = 8, .u_cid.id = 0x0807060504030201ull, },
|
||||
.tp_initial_source_cid = { .len = 8, .buf = "\x01\x02\x03\x04\x05\x06\x07\x08", },
|
||||
},
|
||||
.is_server = 0,
|
||||
.enc_len = 36,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue