SO_DONTROUTE top-level constant

int const SO_DONTROUTE

Sets whether outgoing data should be sent on interface the socket is bound to and not a routed on some other interface. This option is not supported on ATM sockets (results in an error).

Implementation

const SO_DONTROUTE = 0x0010;