aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-12 16:28:28 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-14 23:14:12 +0200
commitf2cc26456ba6253cabbfdb77a2e894a87f348694 (patch)
tree3fc74a11e77aed8f463d220cb17045f8fe9e190f /lib/urldata.h
parent1d85e09ccd1696655c86cacbf14e50e3a52e3ffb (diff)
ngtcp2: do QUIC connections happy-eyeballs friendly
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 3129cb3ce..94f02ba6a 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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;