mirror of
https://github.com/nghttp2/nghttp2.git
synced 2026-03-25 23:46:13 +08:00
Merge pull request #2263 from nghttp2/h2load-gro-buffer-size
h2load: GRO buffer size should be 64KiB
This commit is contained in:
@@ -546,7 +546,7 @@ void Client::quic_restart_pkt_timer() {
|
||||
}
|
||||
|
||||
int Client::read_quic() {
|
||||
std::array<uint8_t, 65535> buf;
|
||||
std::array<uint8_t, 64_k> buf;
|
||||
sockaddr_union su;
|
||||
int rv;
|
||||
size_t pktcnt = 0;
|
||||
|
||||
Reference in New Issue
Block a user