constant Socket::MSG_DONTROUTE

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

Send without using the routing tables。

BasicSocket#send, BasicSocket#sendmsg の flags 引数に用います。

[SEE_ALSO] sys/socket.h(header), send(2linux) send(2freebsd)