種類
- 定数 (24)
- インスタンスメソッド (12)
ライブラリ
- socket (36)
クラス
- Socket (12)
-
Socket
:: AncillaryData (12)
モジュール
-
Socket
:: Constants (12)
検索結果
先頭3件
-
Socket
:: Constants :: SO _ TIMESTAMPNS -> Integer (18101.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 (18101.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 (6.0) -
タイムスタンプ制御メッセージに含まれる時刻を Time オブジェクト で返します。
...00
p t.usec #=> 775581
p t.nsec #=> 775581000
}
}
@see Socket::Constants::SCM_TIMESTAMP,
Socket::Constants::SCM_TIMESTAMPNS,
Socket::Constants::SCM_BINTIME,
Socket::Constants::SO_TIMESTAMP,
Socket::Constants::SO_TIMESTAMPNS,
Socket::Constants::SO_BINTIME...