mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-10-14 03:05:38 +08:00
Compare commits
2 Commits
2f1565b0e2
...
8f729331c1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8f729331c1 | ||
![]() |
a25dd12811 |
@@ -69,7 +69,7 @@ void QUICListener::on_read() {
|
||||
|
||||
auto quic_conn_handler = worker_->get_quic_connection_handler();
|
||||
|
||||
for (; pktcnt < 10;) {
|
||||
for (; pktcnt < 64;) {
|
||||
msg.msg_namelen = sizeof(remote_addr.su);
|
||||
msg.msg_controllen = sizeof(msg_ctrl);
|
||||
|
||||
|
Reference in New Issue
Block a user