Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_2_180) is shown here.
type()
public
returns the cmsg type as an
integer.
p Socket::AncillaryData.new(:INET6, :IPV6, :PKTINFO, "").type
static VALUE
ancillary_type_m(VALUE self)
{
return INT2NUM(ancillary_type(self));
}