SO_OOBINLINE top-level constant

int const SO_OOBINLINE

Indicates that out-of-bound data should be returned in-line with regular data. This option is only valid for connection-oriented protocols that support out-of-band data.

Implementation

const SO_OOBINLINE = 0x0100;