Function handle_packet

Source
async fn handle_packet(
    conn: &Connection,
    packet: Packet,
) -> Result<Response, NetError>
Expand description

This function returns an appropriate response given the input buffer packet data.