instance method Addrinfo#socktype

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

ソケットタイプを整数で返します。

require 'socket'

Addrinfo.tcp("localhost", 80).socktype == Socket::SOCK_STREAM #=> true