Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > socketライブラリ > Socket::Constantsモジュール > SOCK_RAW

constant Socket::Constants::SOCK_RAW

SOCK_RAW -> Integer[permalink][rdoc]

RAW ソケット。 Socket.open の第二引数 type に使用します。

[SEE_ALSO] sys/socket.h(header), socket(2linux), raw(7linux), Socket.open