tipc: change sk_receive_queue upper limit
authorJon Maloy <jon.maloy@ericsson.com>
Tue, 27 Nov 2012 11:15:29 +0000 (06:15 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 7 Dec 2012 22:23:18 +0000 (17:23 -0500)
commite643df156ade104b0430588562d25b8638683fc1
treea4a3f3ec4e911e22aacbd9a727990415cafdfcf5
parent9da3d475874f4da49057767913af95ce01063ba3
tipc: change sk_receive_queue upper limit

The sk_recv_queue upper limit for connectionless sockets has empirically
turned out to be too low. When we double the current limit we get much
fewer rejected messages and no noticable negative side-effects.

Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/socket.c