curl/lib/vquic
Javier Blazquez 9f5b26d23f HTTP3: fix invalid use of sendto for connected UDP socket
On macOS/BSD, trying to call sendto on a connected UDP socket fails
with a EISCONN error. Because the singleipconnect has already called
connect on the socket when we're trying to use it for QUIC transfers
we need to use plain send instead.

Fixes #4529
Closes https://github.com/curl/curl/pull/4533
2019-10-28 15:00:33 -04:00
..
ngtcp2.c HTTP3: fix invalid use of sendto for connected UDP socket 2019-10-28 15:00:33 -04:00
ngtcp2.h ngtcp2: build latest ngtcp2 and ngtcp2_crypto_openssl 2019-08-29 19:22:16 +02:00
quiche.c HTTP3: fix Windows build 2019-10-28 09:21:43 +01:00
quiche.h quiche: improved error handling and memory cleanups 2019-08-07 08:39:39 +02:00