]> git.neil.brown.name Git - history.git/commit
[PATCH] Increase snd buffer size for UDP
authorNeil Brown <neilb@cse.unsw.edu.au>
Sat, 18 May 2002 05:02:56 +0000 (22:02 -0700)
committerChristoph Hellwig <hch@sb.bsdonline.org>
Sat, 18 May 2002 05:02:56 +0000 (22:02 -0700)
commitb51682c0e5057003cef712d5accd4cf76613bd90
tree46486adc9a59a33a29232529b86affeb67fb21f5
parentbad40ecc276ebc50642fc5a9166e995a5f33a6b7
[PATCH] Increase snd buffer size for UDP

I under-allocated the space that RPC needs for transmit on a UDP
socket.   We need lots of space to be allowed (though we may not use
much) so that a lack of un-commited transmit space will not cause new
requests to be blocked.
net/sunrpc/svcsock.c