# File lib/em/pure_ruby.rb, line 135
    def open_udp_socket host, port
      EvmaUDPSocket.create(host, port).uuid
    end