Previous - Next
sub handle_packet { # ... handle the incoming packet # ... build up the response in $response # Send it! $packetqueue->enqueue($response); threads->yield(); }