mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
8ea851b29d
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 |
||
---|---|---|
.. | ||
msh3.c | ||
msh3.h | ||
ngtcp2.c | ||
ngtcp2.h | ||
quiche.c | ||
quiche.h | ||
vquic.c | ||
vquic.h |