SO_SNDLOWAT top-level constant
int
const SO_SNDLOWAT
A socket option from BSD UNIX included for backward compatibility. This option sets the minimum number of bytes to process for socket output operations.
Implementation
const SO_SNDLOWAT = 0x1003;