Author: KykuKyku
Date: Jul 13, 2008 09:52
Hello, I'd like to know if the send() with MSG_DONTWAIT will return
EEGAIN when it can't send the entire user data, or it will only return
it when it hasn't any empty space in the send buffer (i.e first send
bytes up to full buffer, and then return EEGAIN after the next call)?
|