]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsocket: Use configuration files to specify default settings
authorSean Hefty <sean.hefty@intel.com>
Tue, 5 Jun 2012 22:28:18 +0000 (15:28 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 5 Jun 2012 23:22:04 +0000 (16:22 -0700)
commit807a6096f8e62176464b95e5907f34a6727c2a05
tree1779fb10114ac58b8fec5784590ae492f83c745c
parent4b246948b989fe86f8243b48fc252a29f41c237c
rsocket: Use configuration files to specify default settings

Give an administrator control over the default settings
used by rsockets.  Use files under rdma/rsocket as shown:

mem_default - default size of receive buffer
wmem_default - default size of send buffer
sqsize_default - default size of send queue
rqsize_default - default size of receive queue
inline_default - default size of inline data

If configuration files are not available, rsockets will continue to
use internal defaults.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/rsocket.c