Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 3 of 3) sorted by relevance

/openssl/test/recipes/70-test_quic_multistream_data/
H A Dverify-qlog.py125 packet_type = header.get('packet_type')
126 if packet_type not in packet_types:
131 if packet_type != '1RTT' and type(header.get('scid')) != str:
137 if packet_types[packet_type]:
/openssl/ssl/quic/
H A Dquic_trace.c14 static const char *packet_type(int type) in packet_type() function
593 BIO_printf(bio, " Packet Type: %s\n", packet_type(hdr.type)); in ossl_quic_trace()
/openssl/doc/designs/quic-design/
H A Drx-depacketizer.md82 - `QUIC_PN_SPACE_INITIAL` when `packet->packet_type == pkt_initial`
83 - `QUIC_PN_SPACE_HANDSHAKE` when `packet->packet_type == pkt_handshake`

Completed in 11 milliseconds