mirror of
https://github.com/curl/curl.git
synced 2026-05-17 12:56:21 +03:00
parent
5af0165562
commit
da9e8ec723
1 changed files with 3 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ static void quic_settings(ngtcp2_settings *s,
|
|||
s->transport_params.initial_max_data = QUIC_MAX_DATA;
|
||||
s->transport_params.initial_max_streams_bidi = 1;
|
||||
s->transport_params.initial_max_streams_uni = 3;
|
||||
s->transport_params.idle_timeout = QUIC_IDLE_TIMEOUT;
|
||||
s->transport_params.max_idle_timeout = QUIC_IDLE_TIMEOUT;
|
||||
}
|
||||
|
||||
static FILE *keylog_file; /* not thread-safe */
|
||||
|
|
@ -535,6 +535,8 @@ static ngtcp2_conn_callbacks ng_callbacks = {
|
|||
NULL, /* extend_max_remote_streams_bidi */
|
||||
NULL, /* extend_max_remote_streams_uni */
|
||||
cb_extend_max_stream_data,
|
||||
NULL, /* dcid_status */
|
||||
NULL /* handshake_confirmed */
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue