comp.unix.programmer
  Home FAQ Contact Sign in
comp.unix.programmer only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.unix.programmer Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  send & MSG_DONTWAIT         


Author: Kyku
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)?
19 Comments