SO_USELOOPBACK top-level constant
int
const SO_USELOOPBACK
Use the local loopback address when sending data from this socket. This option should only be used when all data sent will also be received locally. This option is not supported by the Windows TCP/IP provider.
Implementation
const SO_USELOOPBACK = 0x0040;