tipc: add SO_RCVLOWAT support to stream socket receive path
authorFlorian Westphal <fw@strlen.de>
Tue, 17 Aug 2010 11:00:04 +0000 (11:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Aug 2010 00:31:51 +0000 (17:31 -0700)
commit3720d40b201fe82dce1d8a64a31bfbf49c221771
treef20f2d614a0949b25a27004ecf9abe7c8dd6794d
parentf81380925209bc60732a57eef41ab440c056aacf
tipc: add SO_RCVLOWAT support to stream socket receive path

Add support for the SO_RCVLOWAT socket option to TIPC's stream socket
type.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/socket.c