pfamily -> Integer
[permalink][rdoc][edit]-
プロトコルファミリーを整数で返します。
require 'socket' Addrinfo.tcp("localhost", 80).pfamily == Socket::PF_INET #=> true
pfamily -> Integer
[permalink][rdoc][edit]プロトコルファミリーを整数で返します。
require 'socket' Addrinfo.tcp("localhost", 80).pfamily == Socket::PF_INET #=> true