instance method Socket::AncillaryData#family

family -> Integer[permalink][rdoc][edit]

自身が保持している socket family を返します。

require 'socket'

p Socket::AncillaryData.new(:INET6, :IPV6, :PKTINFO, "").family
#=> 10

[SEE_ALSO] Socket::AncillaryData.new