るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. _builtin min
  2. enumerable min
  3. _builtin min_by
  4. enumerable min_by
  5. range min

ライブラリ

キーワード

検索結果

Socket::Constants::IPV6_USE_MIN_MTU -> Integer (18307.0)

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

...Use the minimum MTU size。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IPV6,
3542...

Socket::Constants::IFF_RENAMING (18304.0)

interface is being renamed

interface is being renamed

Socket::Constants::IP_MINTTL -> Integer (18304.0)

Minimum TTL allowed for received packets。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Minimum TTL allowed for received packets。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

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