Tells the kernel not to route this message.
const MSG_DONT_ROUTE: MsgFlags = MsgFlags(cty::MSG_DONTROUTE);
This can be used when sending message. If set, messages are only sent to systems that are directly connected to this system without routers in between.
sendmsg(2) and MSG_DONTROUTE therein