summaryrefslogtreecommitdiff
path: root/lib/vquic/ngtcp2.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-11 23:50:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-12 00:18:59 +0200
commit102ebe0459dedf074c6c851d1537baccb090ced2 (patch)
tree800da223ea950ba2b2f1d0f0dcc346ae3801dfe7 /lib/vquic/ngtcp2.h
parentd85a1cf11d31bbf7a91c406ba011e0235688c527 (diff)
downloadcurl-102ebe0459dedf074c6c851d1537baccb090ced2.tar.gz
nghttp3: initial h3 template code added
Diffstat (limited to 'lib/vquic/ngtcp2.h')
-rw-r--r--lib/vquic/ngtcp2.h4
1 files changed, 4 insertions, 0 deletions
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 <ngtcp2/ngtcp2.h>
+#include <nghttp3/nghttp3.h>
#include <openssl/ssl.h>
#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"