]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: Delay ACM connection until resolving an address
authorSean Hefty <sean.hefty@intel.com>
Fri, 25 May 2012 17:48:47 +0000 (10:48 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 25 May 2012 19:24:36 +0000 (12:24 -0700)
commitff942872238d6d9983c6a528e5504b943f5a60ab
treec58ea3b37fe60b0c5e9428c832a1471dfb999868
parent490c1722368029e575cc4c5b7cc3287423287ef6
librdmacm: Delay ACM connection until resolving an address

Avoid creating a connection to the ACM service when
it's not needed.  For example, if the user of the librdmacm
is a server application, it will not use ACM services.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>