Searched defs:ossl_demo_h3_stream_st (Results 1 – 1 of 1) sorted by relevance
24 struct ossl_demo_h3_stream_st { struct25 uint64_t id; /* QUIC stream ID */26 SSL *s; /* QUIC stream SSL object */27 int done_recv_fin; /* Received FIN */28 void *user_data;30 uint8_t buf[BUF_SIZE];31 size_t buf_cur, buf_total;
Completed in 13 milliseconds