From 102ebe0459dedf074c6c851d1537baccb090ced2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 11 Aug 2019 23:50:11 +0200 Subject: nghttp3: initial h3 template code added --- lib/vquic/ngtcp2.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/vquic/ngtcp2.h') diff --git a/lib/vquic/ngtcp2.h b/lib/vquic/ngtcp2.h index 73008015f..da84793d1 100644 --- a/lib/vquic/ngtcp2.h +++ b/lib/vquic/ngtcp2.h @@ -27,6 +27,7 @@ #ifdef USE_NGTCP2 #include +#include #include #include "ngtcp2-crypto.h" @@ -56,6 +57,9 @@ struct quicsocket { ngtcp2_crypto_level rx_crypto_level; struct sockaddr_storage local_addr; socklen_t local_addrlen; + + nghttp3_conn *h3conn; + nghttp3_conn_settings h3settings; }; #include "urldata.h" -- cgit v1.2.1