るりまサーチ (Ruby 2.1.0)

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

別のキーワード

  1. _builtin sum
  2. enumerable sum
  3. array sum
  4. string sum

ライブラリ

検索結果

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

Byte offset into a packet where the checksum is located. BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Byte offset into a packet where the checksum is located.
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IPV6,
ip6(4freebsd),
3542...