Home
last modified time | relevance | path

Searched defs:quicsocket (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/vquic/
Dngtcp2.h44 struct quicsocket { struct
45 struct connectdata *conn; /* point back to the connection */
46 ngtcp2_conn *qconn;
47 ngtcp2_cid dcid;
48 ngtcp2_cid scid;
49 uint32_t version;
50 ngtcp2_settings settings;
51 ngtcp2_transport_params transport_params;
53 SSL_CTX *sslctx;
54 SSL *ssl;
[all …]
Dquiche.h38 struct quicsocket { struct
39 quiche_config *cfg;
40 quiche_conn *conn;
41 quiche_h3_conn *h3c;
42 quiche_h3_config *h3config;
43 uint8_t scid[QUICHE_MAX_CONN_ID_LEN];
44 curl_socket_t sockfd;
45 uint32_t version;