pub fn decode_packet<'a>(
buf: &'a [u8],
limits: &Limits,
) -> WireResult<WirePacket<'a>>Expand description
Decodes a wire packet into header + section slices.
pub fn decode_packet<'a>(
buf: &'a [u8],
limits: &Limits,
) -> WireResult<WirePacket<'a>>Decodes a wire packet into header + section slices.