# File lib/pr_eventmachine.rb, line 132
132:     def open_udp_socket host, port
133:       EvmaUDPSocket.create(host, port).uuid
134:     end