Skip to main content

first_flight

Function first_flight 

pub fn first_flight<P>(
    datagrams: &[&[u8]],
    provider: &P,
) -> Result<FirstFlight, CaptureError>
where P: KeyProvider,
Available on crate features quic and std only.
Expand description

Read a client’s first flight: the datagrams it sent before hearing from the server.