mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08: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
@ -56,7 +56,7 @@
|
|||||||
/* #define DEBUG_QUICHE */
|
/* #define DEBUG_QUICHE */
|
||||||
|
|
||||||
#define QUIC_MAX_STREAMS (100)
|
#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_WINDOW_SIZE (128 * 1024)
|
||||||
#define H3_STREAM_CHUNK_SIZE (16 * 1024)
|
#define H3_STREAM_CHUNK_SIZE (16 * 1024)
|
||||||
|
Loading…
Reference in New Issue
Block a user