SO_TYPE top-level constant

int const SO_TYPE

Returns the socket type for the given socket (SOCK_STREAM or SOCK_DGRAM, for example).

Implementation

const SO_TYPE = 0x1008;