qbase::packet::header::long

Type Alias HandshakeHeader

Source
pub type HandshakeHeader = LongHeader<Handshake>;
Expand description

Handshake packet header, which is a long header packet.

See handshake packet in RFC9000 for more details.

Aliased Type§

struct HandshakeHeader {
    pub dcid: ConnectionId,
    pub scid: ConnectionId,
    pub specific: Handshake,
}

Fields§

§dcid: ConnectionId§scid: ConnectionId§specific: Handshake

Trait Implementations§

Source§

impl GetType for HandshakeHeader

Source§

fn get_type(&self) -> Type

Get the packet type.