"Hi guys, is there a way to know from an user-space application that a socket has not less than N bytes of free space in the send buffer? poll/select wakes up even when we can put only 1 byte, resulting on block in send(), I wanna be wakened up when we have at least N bytes of free space. Host system - Solaris. SO_SNDLOWAT is not available there"