Ruby 2.2.0 リファレンスマニュアル > ライブラリ一覧 > socketライブラリ > Socket::Constantsモジュール
クラスの継承リスト: Socket::Constants
ソケット操作の指定のための定数を定義したモジュール。このモジュー ルをインクルードすれば、定数 (AF_INETなど) を直接参照できます。
これらの定数は Socket の定数としても定義されています。
環境/OS によっては、ここに記述されているにもかかわらず 定義されていない定数が存在します。そのような定数はその環境では サポートされていないことを意味します。
AF_APPLETALK -> Integer
[permalink][rdoc]PF_APPLETALK -> Integer
Apple talk。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] socket(2linux), socket(2freebsd), ddp(7linux)
AF_ATM -> Integer
[permalink][rdoc]PF_ATM -> Integer
ATM。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] socket(2freebsd)
AF_AX25 -> Integer
[permalink][rdoc]PF_AX25 -> Integer
ITU-T X.25 / ISO-8208。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] socket(2linux)
AF_CCITT -> Integer
[permalink][rdoc]PF_CCITT -> Integer
[TODO]
CCITT プロトコル。 Socket.open の第一引数 domain に使用します。
AF_CHAOS -> Integer
[permalink][rdoc]PF_CHAOS -> Integer
[TODO]
MIT CHAOS プロトコル。 Socket.open の第一引数 domain に使用します。
AF_CNT -> Integer
[permalink][rdoc]PF_CNT -> Integer
[TODO]
Computer Network Technology。 Socket.open の第一引数 domain に使用します。
AF_COIP -> Integer
[permalink][rdoc]PF_COIP -> Integer
[TODO]
connection-oriented IP。 Socket.open の第一引数 domain に使用します。
AF_DATAKIT -> Integer
[permalink][rdoc]PF_DATAKIT -> Integer
[TODO]
datakit protocol。 Socket.open の第一引数 domain に使用します。
AF_DEC -> Integer
[permalink][rdoc]PF_DEC -> Integer
[TODO]
DECnet protocol。 Socket.open の第一引数 domain に使用します。
AF_DLI -> Integer
[permalink][rdoc]PF_DLI -> Integer
[TODO]
DEC Direct data link interface。 Socket.open の第一引数 domain に使用します。
AF_E164 -> Integer
[permalink][rdoc][TODO]
CCITT E.164 recommendation。 Socket.open の第一引数 domain に使用します。
AF_ECMA -> Integer
[permalink][rdoc]PF_ECMA -> Integer
[TODO]
European computer manufacturers。 Socket.open の第一引数 domain に使用します。
AF_HYLINK -> Integer
[permalink][rdoc]PF_HYLINK -> Integer
[TODO]
NSC Hyperchannel。 Socket.open の第一引数 domain に使用します。
AF_IMPLINK -> Integer
[permalink][rdoc]PF_IMPLINK -> Integer
[TODO]
ARPANET IMP。 Socket.open の第一引数 domain に使用します。
AF_INET -> Integer
[permalink][rdoc]PF_INET -> Integer
IPv4。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] sys/socket.h(header), socket(2freebsd), ip(7linux)
AF_INET6 -> Integer
[permalink][rdoc]PF_INET6 -> Integer
IPv6。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] sys/socket.h(header), socket(2freebsd), ipv6(7linux)
AF_IPX -> Integer
[permalink][rdoc]PF_IPX -> Integer
IPX(Novell Internet Packet eXchange protocol)。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] socket(3linux)
AF_ISDN -> Integer
[permalink][rdoc]PF_ISDN -> Integer
[TODO]
Integrated Services Digital Network。 Socket.open の第一引数 domain に使用します。
AF_ISO -> Integer
[permalink][rdoc]AF_OSI -> Integer
PF_ISO -> Integer
PF_OSI -> Integer
[TODO]
ISO Open Systems Interconnection protocols。 Socket.open の第一引数 domain に使用します。
AF_LAT -> Integer
[permalink][rdoc]PF_LAT -> Integer
[TODO]
Local Area Transport protocol。 Socket.open の第一引数 domain に使用します。
AF_LINK -> Integer
[permalink][rdoc]PF_LINK -> Integer
[TODO]
Link layer interface。 Socket.open の第一引数 domain に使用します。
AF_LOCAL -> Integer
[permalink][rdoc]AF_UNIX -> Integer
PF_LOCAL -> Integer
PF_UNIX -> Integer
Unix domain socket。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] sys/socket.h(header), unix(7linux)
AF_MAX -> Integer
[permalink][rdoc]対象のプラットフォーム上でのアドレスファミリーの最大の数値。
[SEE_ALSO] Socket::Constants::PF_MAX
AF_NATM -> Integer
[permalink][rdoc]PF_NATM -> Integer
[TODO]
Native ATM access。 Socket.open の第一引数 domain に使用します。
AF_NDRV -> Integer
[permalink][rdoc]PF_NDRV -> Integer
[TODO]
Network driver raw access。 Socket.open の第一引数 domain に使用します。
AF_NETBIOS -> Integer
[permalink][rdoc]PF_NETBIOS -> Integer
[TODO]
NetBIOS。 Socket.open の第一引数 domain に使用します。
AF_NETGRAPH -> Integer
[permalink][rdoc]PF_NETGRAPH -> Integer
Netgraph sockets。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] socket(2freebsd)
AF_NS -> Integer
[permalink][rdoc]PF_NS -> Integer
[TODO]
XEROX NS protocol。 Socket.open の第一引数 domain に使用します。
AF_PACKET -> Integer
[permalink][rdoc]PF_PACKET -> Integer
デバイスレベルインターフェース。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] socket(2linux), packet(7linux)
AF_PPP -> Integer
[permalink][rdoc]PF_PPP -> Integer
[TODO]
Point-to-Point Protocol。 Socket.open の第一引数 domain に使用します。
AF_PUP -> Integer
[permalink][rdoc]PF_PUP -> Integer
PUP(PARC Universal Packet)。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] socket(2freebsd)
AF_ROUTE -> Integer
[permalink][rdoc]PF_ROUTE -> Integer
[TODO]
Internal Routing protocol。 Socket.open の第一引数 domain に使用します。
[TODO]
AF_SIP -> Integer
[permalink][rdoc]PF_SIP -> Integer
[TODO]
Simple Internet Protocol。 Socket.open の第一引数 domain に使用します。
AF_SNA -> Integer
[permalink][rdoc]PF_SNA -> Integer
[TODO]
IBM SNA protocol。 Socket.open の第一引数 domain に使用します。
AF_SYSTEM -> Integer
[permalink][rdoc]PF_SYSTEM -> Integer
[TODO]
Socket.open の第一引数 domain に使用します。
AF_UNSPEC -> Integer
[permalink][rdoc]アドレスファミリー不定。
[SEE_ALSO] Socket.open, sys/socket.h(header)
AI_ADDRCONFIG -> Integer
[permalink][rdoc]Accept only if any address is assigned。
Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す 定数です。
[SEE_ALSO] getaddrinfo(3)
AI_ALL -> Integer
[permalink][rdoc]Allow all addresses。
Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す 定数です。
[SEE_ALSO] getaddrinfo(3)
AI_CANONNAME -> Integer
[permalink][rdoc]Fill in the canonical name。
Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す 定数です。
[SEE_ALSO] getaddrinfo(3)
AI_DEFAULT -> Integer
[permalink][rdoc]Default flags for getaddrinfo。
Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す 定数です。
[SEE_ALSO] getipnodebyname(3freebsd)
AI_MASK -> Integer
[permalink][rdoc][TODO]
AI_NUMERICHOST -> Integer
[permalink][rdoc]Prevent host name resolution。
Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す 定数です。
[SEE_ALSO] getaddrinfo(3)
AI_NUMERICSERV -> Integer
[permalink][rdoc]Prevent server name resolution。
Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す 定数です。
[SEE_ALSO] getaddrinfo(3)
AI_PASSIVE -> Integer
[permalink][rdoc]Get address to use with bind。
Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す 定数です。
[SEE_ALSO] getaddrinfo(3)
AI_V4MAPPED -> Integer
[permalink][rdoc]Accept IPv4-mapped IPv6 addresses。
Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す 定数です。
[SEE_ALSO] getaddrinfo(3)
AI_V4MAPPED_CFG -> Integer
[permalink][rdoc]Accept IPv4 mapped addresses if the kernel supports it。
Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す 定数です。
[SEE_ALSO] getipnodebyname(3freebsd)
EAI_ADDRFAMILY -> Integer
[permalink][rdoc]Address family for hostname not supported
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux), gai_strerror(3freebsd)
EAI_AGAIN -> Integer
[permalink][rdoc]Temporary failure in name resolution
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux), gai_strerror(3freebsd)
EAI_BADFLAGS -> Integer
[permalink][rdoc]Invalid flags
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux), gai_strerror(3freebsd)
EAI_BADHINTS -> Integer
[permalink][rdoc]Invalid value for hints
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
EAI_FAIL -> Integer
[permalink][rdoc]Non-recoverable failure in name resolution
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux), gai_strerror(3freebsd)
EAI_FAMILY -> Integer
[permalink][rdoc]Address family not supported
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux), gai_strerror(3freebsd)
EAI_MAX -> Integer
[permalink][rdoc]EAI_* 定数の最大値。
EAI_MEMORY -> Integer
[permalink][rdoc]Memory allocation failure
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux), gai_strerror(3freebsd)
EAI_NODATA -> Integer
[permalink][rdoc]No address associated with hostname
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux)
EAI_NONAME -> Integer
[permalink][rdoc]Hostname nor servname, or not known
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux), gai_strerror(3freebsd)
EAI_OVERFLOW -> Integer
[permalink][rdoc]Argument buffer overflow
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux), gai_strerror(3freebsd)
EAI_PROTOCOL -> Integer
[permalink][rdoc]Resolved protocol is unknown
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux), gai_strerror(3freebsd)
EAI_SERVICE -> Integer
[permalink][rdoc]Servname not supported for socket type
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux), gai_strerror(3freebsd)
EAI_SOCKTYPE -> Integer
[permalink][rdoc]Socket type not supported
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを SocketError に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux), gai_strerror(3freebsd)
EAI_SYSTEM -> Integer
[permalink][rdoc]System error returned in errno
getaddrinfo(3), getnameinfo(3) などの エラーコードです。 対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは エラーを適当な例外に変換するため、この定数は直接は利用しません。
[SEE_ALSO] getaddrinfo(3linux), gai_strerror(3freebsd)
IFF_802_1Q_VLAN
[permalink][rdoc]802.1Q VLAN device
IFF_ALLMULTI
[permalink][rdoc]receive all multicast packets
IFF_ALTPHYS
[permalink][rdoc]use alternate physical connection
IFF_AUTOMEDIA
[permalink][rdoc]auto media select active
IFF_BONDING
[permalink][rdoc]bonding master or slave
IFF_BRIDGE_PORT
[permalink][rdoc]device used as bridge port
IFF_BROADCAST
[permalink][rdoc]broadcast address valid
IFF_CANTCHANGE
[permalink][rdoc]flags not changeable
IFF_CANTCONFIG
[permalink][rdoc]unconfigurable using ioctl(2)
IFF_DEBUG
[permalink][rdoc]turn on debugging
IFF_DISABLE_NETPOLL
[permalink][rdoc]disable netpoll at run-time
IFF_DONT_BRIDGE
[permalink][rdoc]disallow bridging this ether dev
IFF_DORMANT
[permalink][rdoc]driver signals dormant
IFF_DRV_OACTIVE
[permalink][rdoc]tx hardware queue is full
IFF_DRV_RUNNING
[permalink][rdoc]resources allocated
IFF_DYING
[permalink][rdoc]interface is winding down
IFF_DYNAMIC
[permalink][rdoc]dialup device with changing addresses
IFF_EBRIDGE
[permalink][rdoc]ethernet bridging device
IFF_ECHO
[permalink][rdoc]echo sent packets
IFF_ISATAP
[permalink][rdoc]ISATAP interface (RFC4214)
IFF_LINK0
[permalink][rdoc]per link layer defined bit 0
IFF_LINK1
[permalink][rdoc]per link layer defined bit 1
IFF_LINK2
[permalink][rdoc]per link layer defined bit 2
IFF_LIVE_ADDR_CHANGE
[permalink][rdoc]hardware address change when it's running
IFF_LOOPBACK
[permalink][rdoc]loopback net
IFF_LOWER_UP
[permalink][rdoc]driver signals L1 up
IFF_MACVLAN_PORT
[permalink][rdoc]device used as macvlan port
IFF_MASTER
[permalink][rdoc]master of a load balancer
IFF_MASTER_8023AD
[permalink][rdoc]bonding master, 802.3ad.
IFF_MASTER_ALB
[permalink][rdoc]bonding master, balance-alb.
IFF_MASTER_ARPMON
[permalink][rdoc]bonding master, ARP mon in use
IFF_MONITOR
[permalink][rdoc]user-requested monitor mode
IFF_MULTICAST
[permalink][rdoc]supports multicast
IFF_NOARP
[permalink][rdoc]no address resolution protocol
IFF_NOTRAILERS
[permalink][rdoc]avoid use of trailers
IFF_OACTIVE
[permalink][rdoc]transmission in progress
IFF_OVS_DATAPATH
[permalink][rdoc]device used as Open vSwitch datapath port
IFF_POINTOPOINT
[permalink][rdoc]point-to-point link
IFF_PORTSEL
[permalink][rdoc]can set media type
IFF_PPROMISC
[permalink][rdoc]user-requested promisc mode
IFF_PROMISC
[permalink][rdoc]receive all packets
IFF_RENAMING
[permalink][rdoc]interface is being renamed
IFF_ROUTE
[permalink][rdoc]routing entry installed
IFF_RUNNING
[permalink][rdoc]resources allocated
IFF_SIMPLEX
[permalink][rdoc]can't hear own transmissions
IFF_SLAVE
[permalink][rdoc]slave of a load balancer
IFF_SLAVE_INACTIVE
[permalink][rdoc]bonding slave not the curr. active
IFF_SLAVE_NEEDARP
[permalink][rdoc]need ARPs for validation
IFF_SMART
[permalink][rdoc]interface manages own routes
IFF_STATICARP
[permalink][rdoc]static ARP
IFF_SUPP_NOFCS
[permalink][rdoc]sending custom FCS
IFF_TEAM_PORT
[permalink][rdoc]used as team port
IFF_TX_SKB_SHARING
[permalink][rdoc]sharing skbs on transmit
IFF_UNICAST_FLT
[permalink][rdoc]unicast filtering
IFF_UP
[permalink][rdoc]interface is up
IFF_VOLATILE
[permalink][rdoc]volatile flags
IFF_WAN_HDLC
[permalink][rdoc]WAN HDLC device
IFF_XMIT_DST_RELEASE
[permalink][rdoc]dev_hard_start_xmit() is allowed to release skb->dst
IFNAMSIZ -> Integer
[permalink][rdoc]IF_NAMESIZE -> Integer
インターフェース名文字列の最大長さ。
[SEE_ALSO] net/if.h(header)
INADDR_ALLHOSTS_GROUP -> Integer
[permalink][rdoc]Multicast group for all systems on this subset。 IPv4の 244.0.0.1 に対応する整数です。
[SEE_ALSO] http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml, [RFC5771]
INADDR_ANY -> Integer
[permalink][rdoc]A socket bound to INADDR_ANY receives packets from all interfaces and sends from the default IP address。 IPv4アドレスの 0.0.0.0 に対応する整数です。
[SEE_ALSO] netinet/in.h(header), ip(7linux), ip(4freebsd)
INADDR_BROADCAST -> Integer
[permalink][rdoc]The network broadcast address。 IPv4のブロードキャストアドレス 255.255.255.255 に対応する整数です。
[SEE_ALSO] netinet/in.h(header), ip(7linux), ip(4freebsd)
INADDR_LOOPBACK -> Integer
[permalink][rdoc]The loopback address。 IPv4のループバックアドレス 127.0.0.1 に対応する整数です。
[SEE_ALSO] ip(7linux), ip(4freebsd)
INADDR_MAX_LOCAL_GROUP -> Integer
[permalink][rdoc]The last local network multicast group。 IPv4の 244.0.0.255 に対応する整数です。
[SEE_ALSO] http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml, [RFC5771]
INADDR_NONE -> Integer
[permalink][rdoc]A bitmask for matching no valid IP address。 エラーを表すアドレス値です。
INADDR_UNSPEC_GROUP -> Integer
[permalink][rdoc]The reserved multicast group。 IPv4の 244.0.0.0 に対応する整数です。
[SEE_ALSO] http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml, [RFC5771]
INET6_ADDRSTRLEN -> Integer
[permalink][rdoc]IPv6アドレス文字列の最大長。
[SEE_ALSO] netinet/in.h(header)
INET_ADDRSTRLEN -> Integer
[permalink][rdoc]IPv4アドレス文字列の最大長。
[SEE_ALSO] netinet/in.h(header)
IPPORT_RESERVED -> Integer
[permalink][rdoc]利用法が予約されているポート番号の最大値。
IPPORT_USERRESERVED -> Integer
[permalink][rdoc]ユーザが自由に利用して良いポート番号の最小値。
IPPROTO_AH -> Integer
[permalink][rdoc]IPv6 auth header。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] [RFC2292]
IPPROTO_BIP -> Integer
[permalink][rdoc][TODO]
BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
IPPROTO_DSTOPTS -> Integer
[permalink][rdoc]IPv6 destination option。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] [RFC2292]
IPPROTO_EGP -> Integer
[permalink][rdoc][TODO]
Exterior Gateway Protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
IPPROTO_EON -> Integer
[permalink][rdoc][TODO]
ISO cnlp。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
IPPROTO_ESP -> Integer
[permalink][rdoc]IPv6 Encapsulated Security Payload。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] [RFC2292]
IPPROTO_FRAGMENT -> Integer
[permalink][rdoc]IPv6 fragmentation header。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] [RFC2292]
IPPROTO_GGP -> Integer
[permalink][rdoc][TODO]
Gateway to Gateway Protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
IPPROTO_HELLO -> Integer
[permalink][rdoc][TODO]
"hello" routing protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
IPPROTO_HOPOPTS -> Integer
[permalink][rdoc]IPv6 hop-by-hop options。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] [RFC2292]
IPPROTO_ICMP -> Integer
[permalink][rdoc]Control message protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] netinet/in.h(header) icmp(4freebsd), icmp(7linux)
IPPROTO_ICMPV6 -> Integer
[permalink][rdoc]Internet Control Message Protocol for IPv6。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] icmp6(4freebsd), [RFC2292]
IPPROTO_IDP -> Integer
[permalink][rdoc][TODO]
XNS IDP。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
IPPROTO_IGMP -> Integer
[permalink][rdoc][TODO]
Group Management Protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
IPPROTO_IP -> Integer
[permalink][rdoc]Internet protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] netinet/in.h(header) ip(4freebsd), ip(7linux)
IPPROTO_IPV6 -> Integer
[permalink][rdoc]Internet Protocol Version 6。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] netinet/in.h(header) ip6(4freebsd), ipv6(7linux) [RFC2292]
IPPROTO_MAX -> Integer
[permalink][rdoc]IPPROTO 定数の最大値。
IPPROTO_ND -> Integer
[permalink][rdoc][TODO]
Sun net disk protocol BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
IPPROTO_NONE -> Integer
[permalink][rdoc]IP6 no next header。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] [RFC2292]
IPPROTO_PUP -> Integer
[permalink][rdoc][TODO]
PARC Universal Packet protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
IPPROTO_RAW -> Integer
[permalink][rdoc]Raw IP packets protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] netinet/in.h(header) ip(4freebsd), raw(7linux)
IPPROTO_ROUTING -> Integer
[permalink][rdoc]BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] [RFC2292]
IPPROTO_TCP -> Integer
[permalink][rdoc]Transmission control protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] netinet/in.h(header) tcp(4freebsd), tcp(7linux)
IPPROTO_TP -> Integer
[permalink][rdoc][TODO]
ISO transport protocol class 4。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
IPPROTO_UDP -> Integer
[permalink][rdoc]User Datagram Protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
[SEE_ALSO] netinet/in.h(header) udp(4freebsd), udp(7linux)
IPPROTO_XTP -> Integer
[permalink][rdoc][TODO]
Xpress Transport Protocol。 BasicSocket#getsockopt, BasicSocket#setsockopt の level 引数に使用します。
また、Socket.open の protocol 引数に渡す利用法もあります。
IPV6_CHECKSUM -> Integer
[permalink][rdoc]Byte offset into a packet where the checksum is located. BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, ip6(4freebsd), [RFC3542]
IPV6_DONTFRAG -> Integer
[permalink][rdoc]Don't fragment packets。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_DSTOPTS -> Integer
[permalink][rdoc]Destination options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, ip6(4freebsd), ipv6(7linux), [RFC3542]
IPV6_HOPLIMIT -> Integer
[permalink][rdoc]Hop limit。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, ip6(4freebsd), ipv6(7linux), [RFC3542]
IPV6_HOPOPTS -> Integer
[permalink][rdoc]Hop-by-hop options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, ip6(4freebsd), ipv6(7linux), [RFC3542]
IPV6_JOIN_GROUP -> Integer
[permalink][rdoc]Join a multicast group。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, netinet/in.h(header), ip6(4freebsd), ipv6(7linux), [RFC3493]
IPV6_LEAVE_GROUP -> Integer
[permalink][rdoc]Leave a multicast group。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, netinet/in.h(header), ip6(4freebsd), ipv6(7linux), [RFC3493]
IPV6_MULTICAST_HOPS -> Integer
[permalink][rdoc]IPv6 multicast hop limit。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, netinet/in.h(header), ip6(4freebsd), ipv6(7linux), [RFC3493]
IPV6_MULTICAST_IF -> Integer
[permalink][rdoc]IP6 multicast interface。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, netinet/in.h(header), ip6(4freebsd), ipv6(7linux), [RFC3493]
IPV6_MULTICAST_LOOP -> Integer
[permalink][rdoc]IP6 multicast loopback。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, netinet/in.h(header), ip6(4freebsd), ipv6(7linux), [RFC3493]
IPV6_NEXTHOP -> Integer
[permalink][rdoc]Next hop address。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_PATHMTU -> Integer
[permalink][rdoc]Retrieve current path MTU。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_PKTINFO -> Integer
[permalink][rdoc]Receive packet information with datagram。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, ip6(4freebsd), ipv6(7linux), [RFC3542]
IPV6_RECVDSTOPTS -> Integer
[permalink][rdoc]Receive all IP6 options for response。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_RECVHOPLIMIT -> Integer
[permalink][rdoc]Receive hop limit with datagram。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_RECVHOPOPTS -> Integer
[permalink][rdoc]Receive hop-by-hop options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_RECVPATHMTU -> Integer
[permalink][rdoc]Receive current path MTU with datagram。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_RECVPKTINFO -> Integer
[permalink][rdoc]Receive destination IP address and incoming interface。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_RECVRTHDR -> Integer
[permalink][rdoc]Receive routing header。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_RECVTCLASS -> Integer
[permalink][rdoc]Receive traffic class。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_RTHDR -> Integer
[permalink][rdoc]Allows removal of sticky routing headers。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_RTHDRDSTOPTS -> Integer
[permalink][rdoc]Allows removal of sticky destination options header。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_RTHDR_TYPE_0 -> Integer
[permalink][rdoc]Routing header type 0。
BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_TCLASS -> Integer
[permalink][rdoc]Specify the traffic class。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_UNICAST_HOPS -> Integer
[permalink][rdoc]IPv6 unicast hop limit。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, netinet/in.h(header), ip6(4freebsd), ipv6(7linux), [RFC3493]
IPV6_USE_MIN_MTU -> Integer
[permalink][rdoc]Use the minimum MTU size。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, [RFC3542]
IPV6_V6ONLY -> Integer
[permalink][rdoc]Only bind IPv6。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IPV6, netinet/in.h(header), ip6(4freebsd), ipv6(7linux), [RFC3493]
IPX_TYPE -> Integer
[permalink][rdoc][TODO]
IP_ADD_MEMBERSHIP -> Integer
[permalink][rdoc]Add a multicast group membership
BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd), ip(7linux)
IP_ADD_SOURCE_MEMBERSHIP -> Integer
[permalink][rdoc]Add a multicast group membership。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_BLOCK_SOURCE -> Integer
[permalink][rdoc]Block IPv4 multicast packets with a give source address。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_DEFAULT_MULTICAST_LOOP -> Integer
[permalink][rdoc][TODO]
Default multicast loopback
IP_DEFAULT_MULTICAST_TTL -> Integer
[permalink][rdoc][TODO]
Default multicast TTL
IP_DONTFRAG -> Integer
[permalink][rdoc]Don't fragment packets。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_DROP_MEMBERSHIP -> Integer
[permalink][rdoc]Drop a multicast group membership。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd), ip(7linux)
IP_DROP_SOURCE_MEMBERSHIP -> Integer
[permalink][rdoc]Drop a multicast group membership。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_FREEBIND -> Integer
[permalink][rdoc]Allow binding to nonexistent IP addresses。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(7linux)
IP_HDRINCL -> Integer
[permalink][rdoc]Header is included with data。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_IPSEC_POLICY -> Integer
[permalink][rdoc]IPsec security policy。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, http://netbsd.gw.com/cgi-bin/man-cgi?ip++NetBSD-current
IP_MAX_MEMBERSHIPS -> Integer
[permalink][rdoc]Maximum number multicast groups a socket can join。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_MINTTL -> Integer
[permalink][rdoc]Minimum TTL allowed for received packets。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_MSFILTER -> Integer
[permalink][rdoc][TODO]
Multicast source filtering
IP_MTU -> Integer
[permalink][rdoc]The Maximum Transmission Unit of the socket。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(7linux)
IP_MTU_DISCOVER -> Integer
[permalink][rdoc]Path MTU discovery。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(7linux)
IP_MULTICAST_IF -> Integer
[permalink][rdoc]IP multicast interface。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd), ip(7linux)
IP_MULTICAST_LOOP -> Integer
[permalink][rdoc]IP multicast loopback。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd), ip(7linux)
IP_MULTICAST_TTL -> Integer
[permalink][rdoc]IP multicast TTL。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd), ip(7linux)
IP_ONESBCAST -> Integer
[permalink][rdoc]Force outgoing broadcast datagrams to have the undirected broadcast address。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_OPTIONS -> Integer
[permalink][rdoc]IP options to be included in packets。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd), ip(7linux)
IP_PASSSEC -> Integer
[permalink][rdoc][TODO]
Retrieve security context with datagram。
IP_PKTINFO -> Integer
[permalink][rdoc]Receive packet information with datagrams。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(7linux)
IP_PKTOPTIONS -> Integer
[permalink][rdoc][TODO]
Receive packet options with datagrams
IP_PMTUDISC_DO -> Integer
[permalink][rdoc]Always send DF frames。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(7linux)
IP_PMTUDISC_DONT -> Integer
[permalink][rdoc]Never send DF frames。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(7linux)
IP_PMTUDISC_WANT -> Integer
[permalink][rdoc]Use per-route hints。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(7linux)
IP_PORTRANGE -> Integer
[permalink][rdoc]Set the port range for sockets with unspecified port numbers。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_RECVDSTADDR -> Integer
[permalink][rdoc]Receive IP destination address with datagram。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_RECVERR -> Integer
[permalink][rdoc]Enable extended reliable error message passing。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_RECVIF -> Integer
[permalink][rdoc]Receive interface information with datagrams。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_RECVOPTS -> Integer
[permalink][rdoc]Receive IP destination address with datagram。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(7linux)
IP_RECVRETOPTS -> Integer
[permalink][rdoc][TODO]
Receive all IP options for response
IP_RECVSLLA -> Integer
[permalink][rdoc][TODO]
Receive link-layer address with datagrams
IP_RECVTOS -> Integer
[permalink][rdoc]Receive TOS with incoming packets。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(7linux)
IP_RECVTTL -> Integer
[permalink][rdoc]Receive IP TTL with datagrams。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(7linux), ip(4freebsd)
IP_RETOPTS -> Integer
[permalink][rdoc]IP options to be included in datagrams。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(7linux)
IP_ROUTER_ALERT -> Integer
[permalink][rdoc]Notify transit routers to more closely examine the contents of an IP packet。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(7linux)
IP_SENDSRCADDR -> Integer
[permalink][rdoc]ource address for outgoing UDP datagrams。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_TOS -> Integer
[permalink][rdoc]IP type-of-service。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd), ip(7linux)
IP_TTL -> Integer
[permalink][rdoc]IP time-to-live。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd), ip(7linux)
IP_UNBLOCK_SOURCE -> Integer
[permalink][rdoc]Unblock IPv4 multicast packets with a give source address。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, ip(4freebsd)
IP_XFRM_POLICY -> Integer
[permalink][rdoc][TODO]
LOCAL_CONNWAIT -> Integer
[permalink][rdoc]Retrieve peer credentials。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] ip(4freebsd)
LOCAL_CREDS -> Integer
[permalink][rdoc]Pass credentials to receiver。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] ip(4freebsd)
LOCAL_PEERCRED -> Integer
[permalink][rdoc]Pass credentials to receiver。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] ip(4freebsd)
MCAST_BLOCK_SOURCE -> Integer
[permalink][rdoc]Block multicast packets from this source
BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6, [RFC3678]
MCAST_EXCLUDE -> Integer
[permalink][rdoc]Exclusive multicast source filter
BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6, [RFC3678]
MCAST_INCLUDE -> Integer
[permalink][rdoc]Inclusive multicast source filter
BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6, [RFC3678]
MCAST_JOIN_GROUP -> Integer
[permalink][rdoc]Join a multicast group
BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6, [RFC3678]
MCAST_JOIN_SOURCE_GROUP -> Integer
[permalink][rdoc]Join a multicast source group
BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6, [RFC3678]
MCAST_LEAVE_GROUP -> Integer
[permalink][rdoc]Leave a multicast group
BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6, [RFC3678]
MCAST_LEAVE_SOURCE_GROUP -> Integer
[permalink][rdoc]Leave a multicast source group
BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6, [RFC3678]
MCAST_MSFILTER -> Integer
[permalink][rdoc][TODO]
Multicast source filtering
BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6, [RFC3678]
MCAST_UNBLOCK_SOURCE -> Integer
[permalink][rdoc]Unblock multicast packets from this source
BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6, [RFC3678]
MSG_COMPAT -> Integer
[permalink][rdoc][TODO]
End of record
MSG_CONFIRM -> Integer
[permalink][rdoc]Confirm path validity
BasicSocket#send, BasicSocket#sendmsg の flags 引数に用います。
[SEE_ALSO] send(2linux)
MSG_CTRUNC -> Integer
[permalink][rdoc]Control data lost before delivery。
BasicSocket#send, BasicSocket#sendmsg, BasicSocket#recv, BasicSocket#recvmsg の flags 引数に用います。
[SEE_ALSO] sys/socket.h(header), send(2linux), recv(2linux), send(2freebsd), recv(2freebsd)
MSG_DONTROUTE -> Integer
[permalink][rdoc]Send without using the routing tables。
BasicSocket#send, BasicSocket#sendmsg の flags 引数に用います。
[SEE_ALSO] sys/socket.h(header), send(2linux) send(2freebsd)
MSG_DONTWAIT -> Integer
[permalink][rdoc]This message should be non-blocking。
BasicSocket#send, BasicSocket#sendmsg, BasicSocket#recv, BasicSocket#recvmsg の flags 引数に用います。
[SEE_ALSO] send(2linux), recv(2linux), recv(2freebsd)
MSG_EOF -> Integer
[permalink][rdoc]Data completes connection。
BasicSocket#send, BasicSocket#sendmsg, BasicSocket#recv, BasicSocket#recvmsg の flags 引数に用います。
[SEE_ALSO] send(2freebsd)
MSG_EOR -> Integer
[permalink][rdoc]Data completes record。
BasicSocket#send, BasicSocket#sendmsg, BasicSocket#recv, BasicSocket#recvmsg の flags 引数に用います。
[SEE_ALSO] sys/socket.h(header), send(2), sendto(2), sendmsg(2), recv(2), recvfrom(2), recvmsg(2), send(2linux), recv(2linux), send(2freebsd), recv(2freebsd)
MSG_ERRQUEUE -> Integer
[permalink][rdoc]Fetch message from error queue
BasicSocket#recv, BasicSocket#recvmsg の flags 引数に用います。
[SEE_ALSO] recv(2linux)
MSG_FIN -> Integer
[permalink][rdoc][TODO]
MSG_FLUSH -> Integer
[permalink][rdoc][TODO]
Start of a hold sequence. Dumps to so_temp
MSG_HAVEMORE -> Integer
[permalink][rdoc][TODO]
Data ready to be read
MSG_HOLD -> Integer
[permalink][rdoc][TODO]
Hold fragment in so_temp
MSG_MORE -> Integer
[permalink][rdoc]Sender will send more
BasicSocket#send, BasicSocket#sendmsg の flags 引数に用います。
[SEE_ALSO] send(2linux)
MSG_NOSIGNAL -> Integer
[permalink][rdoc]Do not generate SIGPIPE
BasicSocket#send, BasicSocket#sendmsg の flags 引数に用います。
[SEE_ALSO] send(2linux), send(2freebsd)
MSG_OOB -> Integer
[permalink][rdoc]Process out-of-band data。
BasicSocket#send, BasicSocket#sendmsg, BasicSocket#recv, BasicSocket#recvmsg の flags 引数に用います。
[SEE_ALSO] sys/socket.h(header), send(2), sendto(2), sendmsg(2), recv(2), recvfrom(2), recvmsg(2), send(2linux), recv(2linux), send(2freebsd), recv(2freebsd)
MSG_PEEK -> Integer
[permalink][rdoc]Peek at incoming message。
BasicSocket#send, BasicSocket#sendmsg, BasicSocket#recv, BasicSocket#recvmsg の flags 引数に用います。
[SEE_ALSO] sys/socket.h(header), send(2), sendto(2), sendmsg(2), recv(2), recvfrom(2), recvmsg(2), send(2linux), recv(2linux), send(2freebsd), recv(2freebsd)
MSG_PROXY -> Integer
[permalink][rdoc][TODO]
Wait for full request
MSG_RCVMORE -> Integer
[permalink][rdoc][TODO]
Data remains in the current packet
MSG_RST -> Integer
[permalink][rdoc][TODO]
MSG_SEND -> Integer
[permalink][rdoc][TODO]
Send the packet in so_temp
MSG_SYN -> Integer
[permalink][rdoc][TODO]
MSG_TRUNC -> Integer
[permalink][rdoc]Data discarded before delivery。
BasicSocket#send, BasicSocket#sendmsg, BasicSocket#recv, BasicSocket#recvmsg の flags 引数に用います。
[SEE_ALSO] sys/socket.h(header), send(2linux), recv(2linux), send(2freebsd), recv(2freebsd)
MSG_WAITALL -> Integer
[permalink][rdoc]Wait for full request or error
BasicSocket#recv, BasicSocket#recvmsg の flags 引数に用います。
[SEE_ALSO] sys/socket.h(header), recv(2), recvfrom(2), recvmsg(2), recv(2linux), recv(2freebsd)
NI_DGRAM -> Integer
[permalink][rdoc]The service specified is a datagram service (looks up UDP ports)。
Socket.getnameinfo, Addrinfo#getnameinfo の引数 flags に渡す 定数です。
require 'socket' Socket.getnameinfo([ Socket::AF_INET, 514, "127.0.0.1"], Socket::NI_DGRAM) # => ["localhost", "syslog"] Socket.getnameinfo([ Socket::AF_INET, 514, "127.0.0.1"]) # => ["localhost", "shell"]
[SEE_ALSO] getnameinfo(3)
NI_MAXHOST -> Integer
[permalink][rdoc]getnameinfo(3) で用いるホスト名文字列の最大長さ。
[SEE_ALSO] getnameinfo(3linux)
NI_MAXSERV -> Integer
[permalink][rdoc]getnameinfo(3) で用いるサービス名文字列の最大長さ。
[SEE_ALSO] getnameinfo(3linux)
NI_NAMEREQD -> Integer
[permalink][rdoc]A name is required。名前解決できなかった場合にエラーを返すことを意味します。
Socket.getnameinfo, Addrinfo#getnameinfo の引数 flags に渡す 定数です。
require 'socket' # ここでは 192.0.2.18 は名前解決できないアドレス Addrinfo.tcp("192.0.2.18", 514).getnameinfo() # =>["192.0.2.18", "shell"] Addrinfo.tcp("192.0.2.18", 514).getnameinfo(Socket::NI_NAMEREQD) # SocketError が発生する
[SEE_ALSO] getnameinfo(3)
NI_NOFQDN -> Integer
[permalink][rdoc]An FQDN is not required for local hosts, return only the local part.
Socket.getnameinfo, Addrinfo#getnameinfo の引数 flags に渡す 定数です。
[SEE_ALSO] getnameinfo(3)
NI_NUMERICHOST -> Integer
[permalink][rdoc]Return a numeric address.
Socket.getnameinfo, Addrinfo#getnameinfo の引数 flags に渡す 定数です。
[SEE_ALSO] getnameinfo(3)
NI_NUMERICSERV -> Integer
[permalink][rdoc]Return the service name as a digit string
Socket.getnameinfo, Addrinfo#getnameinfo の引数 flags に渡す 定数です。
[SEE_ALSO] getnameinfo(3)
PF_KEY -> Integer
[permalink][rdoc]Internal key-management function。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] socket(2freebsd)
PF_MAX -> Integer
[permalink][rdoc]プロトコルファミリーの最大数。
[SEE_ALSO] Socket::Constants::AF_MAX
PF_PIP -> Integer
[permalink][rdoc]Help Identify PIP packets。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] socket(2freebsd)
PF_RTIP -> Integer
[permalink][rdoc]Help Identify RTIP packets。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] socket(2freebsd)
PF_UNSPEC -> Integer
[permalink][rdoc]プロトコルファミリー不定。
[SEE_ALSO] Socket::Constants::AF_UNSPEC, Socket.open
PF_XTP -> Integer
[permalink][rdoc][TODO]
eXpress Transfer Protocol。
SCM_BINTIME -> Integer
[permalink][rdoc]Timestamp (bintime).
Socket::AncillaryData の type として利用します。
[SEE_ALSO] Socket::AncillaryData, Socket::AncillaryData#timestamp BasicSocket#sendmsg, BasicSocket#recvmsg
SCM_CREDENTIALS -> Integer
[permalink][rdoc]The sender's credentials
Socket::AncillaryData の type として利用します。
[SEE_ALSO] Socket::AncillaryData, BasicSocket#sendmsg, BasicSocket#recvmsg, unix(7linux)
SCM_CREDS -> Integer
[permalink][rdoc]Process credentials
Socket::AncillaryData の type として利用します。
[SEE_ALSO] Socket::AncillaryData, BasicSocket#sendmsg, BasicSocket#recvmsg, unix(4freebsd)
SCM_RIGHTS -> Integer
[permalink][rdoc]Access rights.
Socket::AncillaryData の type として利用します。
[SEE_ALSO] Socket::AncillaryData, Socket::AncillaryData#unix_rights BasicSocket#sendmsg, BasicSocket#recvmsg, unix(7linux), unix(4freebsd), sys/socket.h(header)
SCM_TIMESTAMP -> Integer
[permalink][rdoc]Timestamp (timeval).
Socket::AncillaryData の type として利用します。
[SEE_ALSO] Socket::AncillaryData, Socket::AncillaryData#timestamp BasicSocket#sendmsg, BasicSocket#recvmsg
SCM_TIMESTAMPNS -> Integer
[permalink][rdoc]Timestamp (timespec).
Socket::AncillaryData の type として利用します。
[SEE_ALSO] Socket::AncillaryData, Socket::AncillaryData#timestamp BasicSocket#sendmsg, BasicSocket#recvmsg
SCM_UCRED -> Integer
[permalink][rdoc][TODO]
User credentials。
SHUT_RD -> Integer
[permalink][rdoc]BasicSocket#shutdown の how 引数に使用します。
SHUT_RDWR -> Integer
[permalink][rdoc]BasicSocket#shutdown の how 引数に使用します。
SHUT_WR -> Integer
[permalink][rdoc]BasicSocket#shutdown の how 引数に使用します。
SOCK_DGRAM -> Integer
[permalink][rdoc]データグラム通信。 Socket.open の第二引数 type に使用します。
[SEE_ALSO] socket(2), Socket.open
SOCK_PACKET -> Integer
[permalink][rdoc]デバイスレベルインターフェース。Obsoleteであり使うべきではない。 Socket.open の第二引数 type に使用します。
[SEE_ALSO] packet(7linux), Socket.open
SOCK_RAW -> Integer
[permalink][rdoc]RAW ソケット。 Socket.open の第二引数 type に使用します。
[SEE_ALSO] sys/socket.h(header), socket(2linux), raw(7linux), Socket.open
SOCK_RDM -> Integer
[permalink][rdoc]信頼性のあるデータグラム通信。 Socket.open の第二引数 type に使用します。
[SEE_ALSO] socket(2linux), Socket.open
SOCK_SEQPACKET -> Integer
[permalink][rdoc]固定最大長を持つストリーム通信。 Socket.open の第二引数 type に使用します。
[SEE_ALSO] Socket.open, socket(2), socket(2linux), socket(2freebsd)
SOCK_STREAM -> Integer
[permalink][rdoc]ストリーム通信。 Socket.open の第二引数 type に使用します。
[SEE_ALSO] Socket.open, socket(2), socket(2linux), socket(2freebsd)
SOL_ATALK -> Integer
[permalink][rdoc][TODO]
AppleTalk socket options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第一引数(level)に使用します。
SOL_AX25 -> Integer
[permalink][rdoc][TODO]
AX.25 socket options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第一引数(level)に使用します。
SOL_IP -> Integer
[permalink][rdoc]IP socket options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第一引数(level)に使用します。
SOL_IP はポータブルではありません。 IPPROTO_IP のほうがよりポータブルです。
[SEE_ALSO] getsockopt(2), setsockopt(2), ip(7linux) Socket::Constants::IPPROTO_IP
SOL_IPX -> Integer
[permalink][rdoc][TODO]
IPX socket options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第一引数(level)に使用します。
SOL_SOCKET -> Integer
[permalink][rdoc]Socket level options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第一引数(level)に使用します。
[SEE_ALSO] getsockopt(2), setsockopt(2), sys/socket.h(header), socket(7linux) getsockopt(2freebsd)
SOL_TCP -> Integer
[permalink][rdoc]TCP socket options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第一引数(level)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_TCP
SOL_UDP -> Integer
[permalink][rdoc]UDP socket options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第一引数(level)に使用します。
[SEE_ALSO] Socket::Constants::IPPROTO_UDP
SOMAXCONN -> Integer
[permalink][rdoc]Socket#listen の backlog の最大長。
[SEE_ALSO] sys/socket.h(header), listen(2)
SOPRI_BACKGROUND -> Integer
[permalink][rdoc][TODO]
Background socket priority
SOPRI_INTERACTIVE -> Integer
[permalink][rdoc][TODO]
Interactive socket priority
SOPRI_NORMAL -> Integer
[permalink][rdoc]Normal socket priority
[TODO]
SO_ACCEPTCONN -> Integer
[permalink][rdoc]Socket has had listen() called on it。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_ACCEPTFILTER -> Integer
[permalink][rdoc]set accept filter on listening socket。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] getsockopt(2freebsd), Socket::Constants::SOL_SOCKET
SO_ALLZONES -> Integer
[permalink][rdoc][TODO]
Bypass zone boundaries。
SO_ATTACH_FILTER -> Integer
[permalink][rdoc]Attach socket filter。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] socket(7linux), http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=Documentation/networking/filter.txt;hb=HEAD, Socket::Constants::SOL_SOCKET
SO_BINDTODEVICE -> Integer
[permalink][rdoc]Bind this socket to a particular device。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] socket(7linux), Socket::Constants::SOL_SOCKET
SO_BINTIME -> Integer
[permalink][rdoc]Timestamp (bintime)。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] getsockopt(2freebsd), Socket::Constants::SOL_SOCKET Socket::Constants::SO_TIMESTAMP, Socket::AncillaryData#timestamp
SO_BROADCAST -> Integer
[permalink][rdoc]Permit sending of broadcast messages。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_DEBUG -> Integer
[permalink][rdoc]Debug info recording。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_DETACH_FILTER -> Integer
[permalink][rdoc]Detach socket filter。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] socket(7linux), http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=Documentation/networking/filter.txt;hb=HEAD, Socket::Constants::SOL_SOCKET
SO_DONTROUTE -> Integer
[permalink][rdoc]Send without using the routing tables。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_DONTTRUNC -> Integer
[permalink][rdoc][TODO]
Retain unread data
SO_ERROR -> Integer
[permalink][rdoc]Get socket error status。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_KEEPALIVE -> Integer
[permalink][rdoc]Keep connections alive。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_LINGER -> Integer
[permalink][rdoc]Linger on close if data is present。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux),Socket::Constants::SOL_SOCKET
SO_MAC_EXEMPT -> Integer
[permalink][rdoc][TODO]
Mandatory Access Control exemption for unlabeled peers。
SO_NKE -> Integer
[permalink][rdoc][TODO]
socket-level Network Kernel Extension。
SO_NOSIGPIPE -> Integer
[permalink][rdoc]Don't SIGPIPE on EPIPE。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] getsockopt(2freebsd), Socket::Constants::SOL_SOCKET
SO_NO_CHECK -> Integer
[permalink][rdoc][TODO]
Disable checksums。
SO_NREAD -> Integer
[permalink][rdoc][TODO]
Get first packet byte count。
SO_OOBINLINE -> Integer
[permalink][rdoc]Leave received out-of-band data in-line。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_PASSCRED -> Integer
[permalink][rdoc]Receive SCM_CREDENTIALS messages。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] socket(7linux), unix(7linux), Socket::Constants::SOL_SOCKET
SO_PEERCRED -> Integer
[permalink][rdoc]The credentials of the foreign process connected to this socket。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] socket(7linux), unix(7linux), socketpair(2linux), Socket::Constants::SOL_SOCKET
SO_PEERNAME -> Integer
[permalink][rdoc][TODO]
Name of the connecting user。
SO_PRIORITY -> Integer
[permalink][rdoc]The protocol-defined priority for all packets on this socket。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] socket(7linux), ip(7linux)
SO_RCVBUF -> Integer
[permalink][rdoc]Receive buffer size。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_RCVLOWAT -> Integer
[permalink][rdoc]Receive low-water mark。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_RCVTIMEO -> Integer
[permalink][rdoc]Receive timeout。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux)
SO_RECVUCRED -> Integer
[permalink][rdoc][TODO]
Receive user credentials with datagram。
SO_REUSEADDR -> Integer
[permalink][rdoc]Allow local address reuse。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), bind(2), Socket::Constants::SOL_SOCKET
SO_REUSEPORT -> Integer
[permalink][rdoc]Allow local address and port reuse。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] getsockopt(2freebsd), Socket::Constants::SOL_SOCKET
SO_SECURITY_AUTHENTICATION -> Integer
[permalink][rdoc][TODO]
SO_SECURITY_ENCRYPTION_NETWORK -> Integer
[permalink][rdoc][TODO]
SO_SECURITY_ENCRYPTION_TRANSPORT -> Integer
[permalink][rdoc][TODO]
SO_SNDBUF -> Integer
[permalink][rdoc]Send buffer size。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_SNDLOWAT -> Integer
[permalink][rdoc]Receive low-water mark。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_SNDTIMEO -> Integer
[permalink][rdoc]Send timeout。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_TIMESTAMP -> Integer
[permalink][rdoc]Receive timestamp with datagrams (timeval)。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET Socket::AncillaryData#timestamp
SO_TIMESTAMPNS -> Integer
[permalink][rdoc][TODO]
Receive nanosecond timestamp with datagrams (timespec)。
[SEE_ALSO] Socket::Constants::SO_TIMESTAMP, Socket::AncillaryData#timestamp
SO_TYPE -> Integer
[permalink][rdoc]Get the socket type。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] sys/socket.h(header), getsockopt(2freebsd), socket(7linux), Socket::Constants::SOL_SOCKET
SO_USELOOPBACK -> Integer
[permalink][rdoc][TODO]
Bypass hardware when possible。
SO_WANTMORE -> Integer
[permalink][rdoc][TODO]
Give a hint when more data is ready。
SO_WANTOOBFLAG -> Integer
[permalink][rdoc][TODO]
OOB data is wanted in MSG_FLAG on receive。
TCP_CORK -> Integer
[permalink][rdoc]Don't send partial frames。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(7linux)
TCP_DEFER_ACCEPT -> Integer
[permalink][rdoc]Don't notify a listening socket until data is ready。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(7linux)
TCP_INFO -> Integer
[permalink][rdoc]Retrieve information about this socket。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(4freebsd), tcp(7linux)
TCP_KEEPCNT -> Integer
[permalink][rdoc]Maximum number of keepalive probes allowed before dropping a connection。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(7linux)
TCP_KEEPIDLE -> Integer
[permalink][rdoc]Idle time before keepalive probes are sent。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(7linux)
TCP_KEEPINTVL -> Integer
[permalink][rdoc]Time between keepalive probes。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(7linux)
TCP_LINGER2 -> Integer
[permalink][rdoc]Lifetime of orphaned FIN_WAIT2 sockets。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(7linux)
TCP_MAXSEG -> Integer
[permalink][rdoc]Set maximum segment size。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(4freebsd), tcp(7linux)
TCP_MD5SIG -> Integer
[permalink][rdoc]Use MD5 digests (RFC2385)。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(4freebsd), [RFC2385]
TCP_NODELAY -> Integer
[permalink][rdoc]Don't delay sending to coalesce packets。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(4freebsd), tcp(7linux), netinet/tcp.h(header)
TCP_NOOPT -> Integer
[permalink][rdoc]Don't use TCP options。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(4freebsd), tcp(7linux)
TCP_NOPUSH -> Integer
[permalink][rdoc]Don't push the last block of write。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(4freebsd), tcp(7linux)
TCP_QUICKACK -> Integer
[permalink][rdoc]Enable quickack mode。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(7linux)
TCP_SYNCNT -> Integer
[permalink][rdoc]Number of SYN retransmits before a connection is dropped。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(7linux)
TCP_WINDOW_CLAMP -> Integer
[permalink][rdoc]Clamp the size of the advertised window。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] tcp(7linux)
UDP_CORK -> Integer
[permalink][rdoc]Don't send partial frames BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
[SEE_ALSO] udp(7linux)