Function handle_connection

Source
async fn handle_connection(socket: TcpStream) -> Result<(), NetError>
Expand description

Handles each connection. Receives every packet.