mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +03:00
ngtcp2: do QUIC connections happy-eyeballs friendly
This commit is contained in:
parent
1d85e09ccd
commit
f2cc26456b
6 changed files with 262 additions and 230 deletions
|
|
@ -836,7 +836,8 @@ struct connectdata {
|
|||
} transport;
|
||||
|
||||
#ifdef ENABLE_QUIC
|
||||
struct quicsocket quic;
|
||||
struct quicsocket hequic[2]; /* two, for happy eyeballs! */
|
||||
struct quicsocket *quic;
|
||||
#endif
|
||||
|
||||
struct hostname host;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue