From: Sean Hefty Date: Fri, 18 May 2012 23:36:07 +0000 (-0700) Subject: rsockets: Define options specific to rsockets X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9b8dce35b0240c42e8425e389d65635e1a5a4f52;p=~shefty%2Flibrdmacm.git 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 ---