# File lib/pr_eventmachine.rb, line 114
114:     def open_udp_socket host, port
115:       EvmaUDPSocket.create(host, port).uuid
116:     end