earlier -> lower/older

This commit is contained in:
Viktor Szakats 2026-06-08 20:35:24 +02:00
parent ebeeec8d6d
commit 3f6073553f
No known key found for this signature in database
12 changed files with 14 additions and 15 deletions

View file

@ -49,7 +49,7 @@ placeholders for the version you build.
## Build with OpenSSL or fork
OpenSSL v3.5.0+ requires *ngtcp2* v1.12.0+. Earlier versions do not work.
OpenSSL v3.5.0+ requires *ngtcp2* v1.12.0+. Lower versions do not work.
Build OpenSSL (v3.5.0+) or fork AWS-LC, BoringSSL, LibreSSL or quictls:
@ -256,7 +256,7 @@ See this [list of public HTTP/3 servers](https://bagder.github.io/HTTP3-test/)
### HTTPS eyeballing
With option `--http3` curl attempts earlier HTTP versions as well should the
With option `--http3` curl attempts lower HTTP versions as well should the
connect attempt via HTTP/3 fail "fast enough". This strategy is similar
to IPv4/6 happy eyeballing where the alternate address family is used in
parallel after a short delay.