# File lib/packet/packet_core.rb, line 217
      def handle_external_messages(t_sock)
        sock_fd = t_sock.fileno
        if sock_opts = listen_sockets[sock_fd]
          accept_connection(sock_opts)
        else
          read_external_socket(t_sock)
        end
      end