From f2cc26456ba6253cabbfdb77a2e894a87f348694 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 12 Aug 2019 16:28:28 +0200 Subject: ngtcp2: do QUIC connections happy-eyeballs friendly --- lib/urldata.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/urldata.h') 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; -- cgit v1.2.3