るりまサーチ

最速Rubyリファレンスマニュアル検索!
36件ヒット [1-36件を表示] (0.033秒)
トップページ > クエリ:on[x] > ライブラリ:socket[x] > クエリ:SO_TIMESTAMP[x]

別のキーワード

  1. socket so_type
  2. socket so_sndbuf
  3. socket so_nread
  4. socket so_rcvbuf
  5. socket so_debug

モジュール

キーワード

検索結果

Socket::Constants::SO_TIMESTAMP -> Integer (21103.0)

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

...Receive timestamp with datagrams (timeval)。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see getsockopt(2freebsd),
socket
(7linux), Socket::Constants::SOL_SOCKET
Socket
::AncillaryData#timestamp...

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

@todo Receive nanosecond timestamp with datagrams (timespec)。

...@todo
Receive nanosecond timestamp with datagrams (timespec)。

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

Socket::Constants::SO_BINTIME -> Integer (3008.0)

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

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

@see getsockopt(2freebsd), Socket::Constants::SOL_SOCKET
Socket
::Constants::SO_TIMESTAMP,
Socket
::AncillaryData#timestamp...