Hi Andrew, On 05/11/2016 04:36 AM, Andrew Zaborowski wrote: > We need to handle partial reads and writes and FD passing with multiple > messages in the socket's queue so we may need multiple calls to send or > recv. With a blocking socket we can call them in the loop and simplify > buffering of message data. > --- > ell/dbus.c | 220 +++++++++++++++++++++++++++++++++++++++++++------------------ > 1 file changed, 157 insertions(+), 63 deletions(-) > Applied, thanks. Regards, -Denis