Function client_hello
pub fn client_hello(initials: &[InitialPacket]) -> Option<Vec<u8>>Available on crate features
quic and std only.Expand description
The ClientHello reassembled from Initial packets, when the CRYPTO data covers it from offset zero through its length.