r2622: to implement the SOCKET_FLAG_BLOCK option in the socket library we
authorAndrew Tridgell <tridge@samba.org>
Sat, 25 Sep 2004 11:16:30 +0000 (11:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:13 +0000 (12:59 -0500)
commit5abd7f8f5f04b2c2a66e97974049fc65b11df9e0
tree2c0cbdfef9bcbe5bc6aa9b1baac61ec746e9ec6d
parent30381686c4874e4f9602a977a31399e49350e597
r2622: to implement the SOCKET_FLAG_BLOCK option in the socket library we
need to add MSG_WAITALL to the recv() flags. This is needed by the
current server code or sometimes it will fail with a receive error.
(This used to be commit 4cb11fb77acf74ab53bf5782a114151965c558f0)
source4/lib/socket/socket_ipv4.c