From: Sean Hefty Date: Tue, 5 Jun 2012 22:28:18 +0000 (-0700) Subject: rsocket: Use configuration files to specify default settings X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0db74a43ee1496376bb38e37fb46b144589322be;p=~shefty%2Flibrdmacm.git 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 ---