1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-12 21:58:10 +03:00
Andrew Tridgell 1f6fd130a3 r3279: Removed MSG_DONTWAIT flags as many platform don't have it.
If a socket is non-blocking then adding MSG_DONTWAIT is pointless (it
does nothing), so all we lose is the ability to set non-blocking on a
packet-by-packet basis, which is not a very useful thing to have
anyway

if the socket is blocking then the code already adds MSG_WAITALL, so
MSG_DONTWAIT is also not needed in that case.
(This used to be commit b8a2afae67691a609b4a7a577fee3f9518adc9d2)
2007-10-10 13:04:49 -05:00
..
2007-10-10 12:50:40 -05:00
2007-10-10 12:59:04 -05:00
2003-08-13 01:53:07 +00:00
2007-10-10 13:04:48 -05:00
2007-10-10 12:51:17 -05:00
2003-08-13 01:53:07 +00:00
2003-08-13 01:53:07 +00:00