mirror of
https://github.com/curl/curl.git
synced 2026-07-23 06:17:16 +03:00
quiche: adjust quiche QUIC_IDLE_TIMEOUT to 60s
Set the `QUIC_IDLE_TIMEOUT` parameter to match ngtcp2 for consistency.
This commit is contained in:
parent
ce254fa96f
commit
bcc51b76c5
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
/* #define DEBUG_QUICHE */
|
||||
|
||||
#define QUIC_MAX_STREAMS (100)
|
||||
#define QUIC_IDLE_TIMEOUT (5 * 1000) /* milliseconds */
|
||||
#define QUIC_IDLE_TIMEOUT (60 * 1000) /* milliseconds */
|
||||
|
||||
#define H3_STREAM_WINDOW_SIZE (128 * 1024)
|
||||
#define H3_STREAM_CHUNK_SIZE (16 * 1024)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue