mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 17:15:04 -05:00
9f5b26d23f
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 |
||
---|---|---|
.. | ||
ngtcp2.c | ||
ngtcp2.h | ||
quiche.c | ||
quiche.h |