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