るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.098秒)
トップページ > バージョン:2.1.0[x] > 種類:定数[x] > クエリ:NI_DGRAM[x]

別のキーワード

  1. socket ni_dgram
  2. socket ni_nofqdn
  3. socket ni_maxserv
  4. socket ni_maxhost
  5. socket ni_namereqd

ライブラリ

クラス

モジュール

検索結果

Socket::Constants::NI_DGRAM -> Integer (54325.0)

The service specified is a datagram service (looks up UDP ports)。

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, 5...

Socket::NI_DGRAM -> Integer (54325.0)

The service specified is a datagram service (looks up UDP ports)。

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, 5...