ngtcp2: do QUIC connections happy-eyeballs friendly

This commit is contained in:
Daniel Stenberg 2019-08-12 16:28:28 +02:00
parent 1d85e09ccd
commit f2cc26456b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 262 additions and 230 deletions

View file

@ -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;