Socket.udp_server_loop_on(sockets) {|msg, msg_src| ... }
Class Public methods
Run UDP/IP server loop on the given sockets.
The return value of ::udp_server_sockets is appropriate for the argument.
It calls the block for each message received.
Please login to continue.