るりまサーチ (Ruby 2.2.0)

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

別のキーワード

  1. socket so_type
  2. socket so_peername
  3. socket so_nread
  4. socket so_useloopback
  5. socket so_donttrunc

ライブラリ

クラス

モジュール

検索結果

Socket::Constants::SO_TIMESTAMPNS -> Integer (72604.0)

@todo Receive nanosecond timestamp with datagrams (timespec)。

@todo
Receive nanosecond timestamp with datagrams (timespec)。

@see Socket::Constants::SO_TIMESTAMP,
Socket::AncillaryData#timestamp

Socket::SO_TIMESTAMPNS -> Integer (72604.0)

@todo Receive nanosecond timestamp with datagrams (timespec)。

@todo
Receive nanosecond timestamp with datagrams (timespec)。

@see Socket::Constants::SO_TIMESTAMP,
Socket::AncillaryData#timestamp

Socket::AncillaryData#timestamp -> Time (18670.0)

タイムスタンプ制御メッセージに含まれる時刻を Time オブジェクト で返します。

タイムスタンプ制御メッセージに含まれる時刻を Time オブジェクト
で返します。

"タイムスタンプ制御メッセージ" は以下のいずれかです。
* SOL_SOCKET/SCM_TIMESTAMP (micro second) GNU/Linux, FreeBSD, NetBSD, OpenBSD, Solaris, MacOS X
* SOL_SOCKET/SCM_TIMESTAMPNS (nano second) GNU/Linux
* SOL_SOCKET/SCM_BINTIME (2**(-64) second) FreeBSD

require 'socket...