Enable Linux GSO in ngtcp2 QUIC. In order to recover from the EAGAIN/EWOULDBLOCK by sendmsg with multiple packets in one GSO write, packet buffer is now held by struct quicsocket. GSO write might fail in runtime depending on NIC. Disable GSO if sendmsg returns EIO. Closes #8909 |
||
|---|---|---|
| .. | ||
| msh3.c | ||
| msh3.h | ||
| ngtcp2.c | ||
| ngtcp2.h | ||
| quiche.c | ||
| quiche.h | ||
| vquic.c | ||
| vquic.h | ||