addrinfo.pfamily => integer
Instance Public methods
returns the protocol family as an integer.
1 | Addrinfo.tcp( "localhost" , 80 ).pfamily == Socket:: PF_INET #=> true |
returns the protocol family as an integer.
1 | Addrinfo.tcp( "localhost" , 80 ).pfamily == Socket:: PF_INET #=> true |
Designed by : w10schools
service@w10schools.com
Please login to continue.