]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: Return ECONNREFUSED from rdma_connect on reject
authorSean Hefty <sean.hefty@intel.com>
Wed, 23 Nov 2011 01:17:04 +0000 (17:17 -0800)
committerSean Hefty <sean.hefty@intel.com>
Thu, 8 Dec 2011 19:20:53 +0000 (11:20 -0800)
commit7a79fba60be15e562e688bce211715ebe35c69b1
tree47e12b5ca56b269587ba3f3a4b45988784bacf7a
parentb17cbf0636dc8bbe786c2055405e23104b513887
librdmacm: Return ECONNREFUSED from rdma_connect on reject

Make the errno return code from rdma_connect constistent with
connect.  The underlying status value is available by reading
the event data.

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