curl/lib/vquic
Tatsuhiro Tsujikawa 8ea851b29d
ngtcp2: Allow curl to send larger UDP datagrams
Allow curl to send larger UDP datagram if Path MTU Discovery finds the
availability of larger path MTU.  To make it work and not to send
fragmented packet, we need to set DF bit.  That makes send(2) fail with
EMSGSIZE if UDP datagram is too large.  In that case, just let it be
lost.  This patch enables DF bit for Linux only.

Closes #8883
2022-05-20 17:50:38 +02:00
..
msh3.c quic: add Curl_quic_idle 2022-05-16 18:19:08 +02:00
msh3.h msh3: add support for QUIC and HTTP/3 using msh3 2022-04-10 18:23:04 +02:00
ngtcp2.c ngtcp2: Allow curl to send larger UDP datagrams 2022-05-20 17:50:38 +02:00
ngtcp2.h ngtcp2: send appropriate connection close error code 2022-05-19 14:54:46 +02:00
quiche.c quic: add Curl_quic_idle 2022-05-16 18:19:08 +02:00
quiche.h quiche: when *recv_body() returns data, drain it before polling again 2022-02-11 08:48:30 +01:00
vquic.c misc: update copyright year ranges 2022-03-05 09:41:24 +01:00
vquic.h vquic/vquic.h: removed the unused H3 psuedo defines 2022-02-07 13:56:06 +01:00