constant Socket::SOCK_RAW

SOCK_RAW -> Integer[permalink][rdoc][edit]

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

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