curl: prepare for HTTP/3 support
[feed/packages.git] / net / curl / Config.in
index 5e7e554d7b41c3b32ae4a9172f8edc8877ab348e..29865a87a7afd51e22125dc96f47766ee88f9c71 100644 (file)
@@ -105,6 +105,16 @@ config LIBCURL_NGHTTP2
        bool "HTTP2 protocol"
        default y
 
+config LIBCURL_NGHTTP3
+       bool "HTTP/3 protocol"
+       depends on LIBCURL_OPENSSL
+       default n
+
+config LIBCURL_NGTCP2
+       bool "QUIC protocol"
+       depends on LIBCURL_OPENSSL
+       default n
+
 comment "Miscellaneous"
 
 config LIBCURL_PROXY
@@ -139,7 +149,7 @@ config LIBCURL_ZSTD
 
 config LIBCURL_UNIX_SOCKETS
        bool "Enable unix domain socket support"
-       default n
+       default y
        help
                Enable HTTP over unix domain sockets.
                To use this with the curl command line, you specify the socket path to the new --unix-domain option.