Retrieves whether this socket only sends packets to directly connected hosts.
impl Socket {
fn is_dont_route(&self) -> Result<bool, Errno>
}Returns whether this socket only sends packets to directly connected hosts.
If this option is set, then the socket will not send packets via gateways.
socket(7) and SO_DONTROUTE therein