SO_RCVLOWAT top-level constant

int const SO_RCVLOWAT

A socket option from BSD UNIX included for backward compatibility. This option sets the minimum number of bytes to process for socket input operations.

Implementation

const SO_RCVLOWAT = 0x1004;