るりまサーチ

最速Rubyリファレンスマニュアル検索!
132件ヒット [1-100件を表示] (0.077秒)
トップページ > クエリ:-[x] > クエリ:UN[x] > モジュール:Socket::Constants[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

検索結果

<< 1 2 > >>

Socket::Constants::INADDR_UNSPEC_GROUP -> Integer (6213.0)

The reserved multicast group。 IPv4の 244.0.0.0 に対応する整数です。

...The reserved multicast group。
IPv4の 244.0.0.0 に対応する整数です。

@see http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml, 5771...

Socket::Constants::AF_UNSPEC -> Integer (6201.0)

アドレスファミリー不定。

アドレスファミリー不定。

@see Socket.open, sys/socket.h(header)

Socket::Constants::IPV6_UNICAST_HOPS -> Integer (6201.0)

IPv6 unicast hop limit。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...IPv6 unicast hop limit。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IPV6,
netinet/in.h(header), ip6(4freebsd), ipv6(7linux),
3493...

Socket::Constants::IP_UNBLOCK_SOURCE -> Integer (6201.0)

Unblock IPv4 multicast packets with a give source address。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Unblock IPv4 multicast packets with a give source address。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP,
ip(4freebsd)...

Socket::Constants::MCAST_UNBLOCK_SOURCE -> Integer (6201.0)

Unblock multicast packets from this source

...Unblock multicast packets from this source

BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, Socket::Constants::IPPROTO_IPV6,
3678...

絞り込み条件を変える

Socket::Constants::MSG_CTRUNC -> Integer (6201.0)

Control data lost before delivery。

Control data lost before delivery。

BasicSocket#send, BasicSocket#sendmsg,
BasicSocket#recv, BasicSocket#recvmsg の
flags 引数に用います。

@see sys/socket.h(header),
send(2linux), recv(2linux),
send(2freebsd), recv(2freebsd)

Socket::Constants::MSG_TRUNC -> Integer (6201.0)

Data discarded before delivery。

Data discarded before delivery。

BasicSocket#send, BasicSocket#sendmsg,
BasicSocket#recv, BasicSocket#recvmsg
の flags 引数に用います。

@see sys/socket.h(header),
send(2linux), recv(2linux),
send(2freebsd), recv(2freebsd)

Socket::Constants::PF_UNSPEC -> Integer (6201.0)

プロトコルファミリー不定。

...プロトコルファミリー不定。

@see Socket::Constants::AF_UNSPEC, Socket.open...

Socket::Constants::SOPRI_BACKGROUND -> Integer (6201.0)

@todo Background socket priority

...@todo
Background socket priority...

Socket::Constants::SO_DONTTRUNC -> Integer (6201.0)

@todo Retain unread data

...@todo
Retain unread data...

絞り込み条件を変える

<< 1 2 > >>