mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
ngtcp2: enlarge H3_SEND_SIZE
Make h3_SEND_SIZE larger because current value (20KiB) is too small for the high latency environment. Closes #8690
This commit is contained in:
parent
990bfdd7bc
commit
f15beb6f30
@ -73,7 +73,7 @@
|
||||
* the far end, then start over at index 0 again.
|
||||
*/
|
||||
|
||||
#define H3_SEND_SIZE (20*1024)
|
||||
#define H3_SEND_SIZE (256*1024)
|
||||
struct h3out {
|
||||
uint8_t buf[H3_SEND_SIZE];
|
||||
size_t used; /* number of bytes used in the buffer */
|
||||
|
Loading…
Reference in New Issue
Block a user