method
__recvfrom_nonblock
v2_4_6 -
Show latest stable
- Class:
UDPSocket
__recvfrom_nonblock(p1, p2, p3, p4)private
No documentation available.
static VALUE
udp_recvfrom_nonblock(VALUE sock, VALUE len, VALUE flg, VALUE str, VALUE ex)
{
return rsock_s_recvfrom_nonblock(sock, len, flg, str, ex, RECV_IP);
}