Email or username:

Password:

Forgot your password?
Top-level
daniel:// stenberg://

@duxsco yes; ngtcp2 is a better, more mature and better performing QUIC implementation

1 comment
DELETED

@bagder Thanks 🙂 I upgraded to curl 8.9.0 and am testing out:

GENTOO_MIRRORS="distfiles.gentoo.org"
FETCHCOMMAND="curl --fail --silent --show-error --location --http3-only --proto '=https' --tlsv1.3 --retry 2 --connect-timeout 60 -o \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
RESUMECOMMAND="${FETCHCOMMAND} --continue-at -"

... in my #Gentoo's /etc/portage/make.conf

Go Up