Flowdock
method

__recvfrom_nonblock

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: UDPSocket
__recvfrom_nonblock(p1, p2, p3, p4) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
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);
}
Register or log in to add new notes.