socktype -> Integer
ソケットタイプを整数で返します。
require 'socket' Addrinfo.tcp("localhost", 80).socktype == Socket::SOCK_STREAM #=> true