Re: [net-next 1/1] tipc: sockopt(TIPC_SO_RCVBUF) for setting receive buffer

2018-02-28 Thread David Miller
From: Jon Maloy Date: Tue, 27 Feb 2018 20:47:09 +0100 > From: Hoang Le > > We introduce a set/getsockopt for setting socket receive buffer per > individual socket. This has turned out to sometimes be necessary for > anycast and multicast

[net-next 1/1] tipc: sockopt(TIPC_SO_RCVBUF) for setting receive buffer

2018-02-27 Thread Jon Maloy
From: Hoang Le We introduce a set/getsockopt for setting socket receive buffer per individual socket. This has turned out to sometimes be necessary for anycast and multicast receivers when used without flow control. Signed-off-by: Hoang Le