]> 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>
Wed, 6 Jun 2012 19:07:43 +0000 (12:07 -0700)
commitd1067d98830663fc9a95f6c9a502ac62d8e995a0
tree12cda031f6e4027c6df650d4c84ed637ba93cdf8
parent9fb978ede0b7b548b7954f01097af337b938020c
rsocket: Use configuration files to specify default settings

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

mem_default - default size of receive buffer(s)
wmem_default - default size of send buffer(s)
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