protocol -> Integer
ソケットプロトコルを整数で返します。
require 'socket' Addrinfo.tcp("localhost", 80).protocol == Socket::IPPROTO_TCP #=> true