]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsockets: Define options specific to rsockets
authorSean Hefty <sean.hefty@intel.com>
Fri, 18 May 2012 23:36:07 +0000 (16:36 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 24 May 2012 21:24:59 +0000 (14:24 -0700)
commit8bb130768eb387930a7b80dd7d88019fe7d06e21
tree720643e5aab06d22102e65d1e8b2d0dda9a83c98
parent950e3a6667196c14d0f9457d56e53e02d715581b
rsockets: Define options specific to rsockets

Allow a user to control some of the RDMA related attributes
of an rsocket through setsockopt/getsockopt.  A user specifies
that the rsocket should be modified through SOL_RDMA level.

This patch provides the initial framework.  Subsequent patches
will add the configurable parameters.

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