Searched defs:cf_quiche_ctx (Results 1 – 1 of 1) sorted by relevance
138 struct cf_quiche_ctx { struct139 struct cf_quic_ctx q;140 quiche_conn *qconn;141 quiche_config *cfg;142 quiche_h3_conn *h3c;143 quiche_h3_config *h3config;144 uint8_t scid[QUICHE_MAX_CONN_ID_LEN];145 SSL_CTX *sslctx;146 SSL *ssl;147 struct curltime started_at; /* time the current attempt started */[all …]