mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:34:45 +03:00
quiche: update for network path aware API
Latest version of quiche requires the application to pass the peer address of received packets, and it provides the address for outgoing packets back. Closes #7120
This commit is contained in:
parent
a62e6435f4
commit
424aa64d54
2 changed files with 24 additions and 7 deletions
|
|
@ -2925,6 +2925,11 @@ if test X"$want_quiche" != Xno; then
|
|||
CURL_LIBRARY_PATH="$CURL_LIBRARY_PATH:$DIR_QUICHE"
|
||||
export CURL_LIBRARY_PATH
|
||||
AC_MSG_NOTICE([Added $DIR_QUICHE to CURL_LIBRARY_PATH]),
|
||||
[],
|
||||
[
|
||||
AC_INCLUDES_DEFAULT
|
||||
#include <sys/socket.h>
|
||||
]
|
||||
)
|
||||
],
|
||||
dnl not found, revert back to clean variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue