]> asedeno.scripts.mit.edu Git - linux.git/commit
tipc: introduce new socket option TIPC_SOCK_RECVQ_USED
authorTung Nguyen <tung.q.nguyen@dektech.com.au>
Thu, 18 Apr 2019 14:02:19 +0000 (21:02 +0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Apr 2019 21:59:05 +0000 (14:59 -0700)
commit42e5425aa0dfd8a6cdd7e177cfd9703df05c7411
tree39e900102d0b395f3759cb8d252ec84cfc4fb65e
parenta26deec69fa4a1843f11f11e123b49ed0699ff00
tipc: introduce new socket option TIPC_SOCK_RECVQ_USED

When using TIPC_SOCK_RECVQ_DEPTH for getsockopt(), it returns the
number of buffers in receive socket buffer which is not so helpful
for user space applications.

This commit introduces the new option TIPC_SOCK_RECVQ_USED which
returns the current allocated bytes of the receive socket buffer.
This helps user space applications dimension its buffer usage to
avoid buffer overload issue.

Signed-off-by: Tung Nguyen <tung.q.nguyen@dektech.com.au>
Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/tipc.h
net/tipc/socket.c