[TIPC]: Allow stream receive to read from multiple TIPC messages
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 15 Apr 2008 07:07:15 +0000 (00:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Apr 2008 07:07:15 +0000 (00:07 -0700)
commita198d3a200313bca8261e30e6daaad790937fd7e
treeb6a47a0bd1056c2b30b3bdd2e9ba0c91fa4f6301
parent990098068fe963f956c14f681bd88d90dcb14584
[TIPC]: Allow stream receive to read from multiple TIPC messages

This patch allows a stream socket to receive data from multiple
TIPC messages in its receive queue, without requiring the use of
the MSG_WAITALL flag.

Acknowledgements to Florian Westphal <fw-tipc@strlen.de> for
identifying this issue and suggesting how to correct it.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/socket.c