commit | a198d3a200313bca8261e30e6daaad790937fd7e | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Tue Apr 15 00:07:15 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 15 00:07:15 2008 -0700 |
tree | b6a47a0bd1056c2b30b3bdd2e9ba0c91fa4f6301 | |
parent | 990098068fe963f956c14f681bd88d90dcb14584 [diff] |
[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>