From 4173868f663c6fe7ecd1ba2abab20381002adc6b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Aug 2019 10:19:48 +0200 Subject: quiche: initial h3 request send/receive --- lib/vquic/quiche.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/vquic/quiche.h') diff --git a/lib/vquic/quiche.h b/lib/vquic/quiche.h index cf5432962..b09359ac3 100644 --- a/lib/vquic/quiche.h +++ b/lib/vquic/quiche.h @@ -38,6 +38,8 @@ struct quic_handshake { struct quicsocket { quiche_config *cfg; quiche_conn *conn; + quiche_h3_conn *h3c; + quiche_h3_config *config; uint8_t scid[QUICHE_MAX_CONN_ID_LEN]; uint32_t version; }; -- cgit v1.2.3