Skip to main content

first_flight

Function first_flight 

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

Read a client’s first flight, deriving the Initial keys from provider.