]> git.openfabrics.org - ~shefty/rdma-win.git/commit
winverbs/nd: allow retrying connect() call
authorSean Hefty <sean.hefty@intel.com>
Fri, 5 Mar 2010 18:24:11 +0000 (10:24 -0800)
committerSean Hefty <sean.hefty@intel.com>
Fri, 5 Mar 2010 18:24:11 +0000 (10:24 -0800)
commit9d5e38f4e8bb9fccf9ba44890f703d0615829658
tree1d83082cef70c873142d82834e81508fd293949d
parent578223afa5cfd28c37227e8bfa063957ccb90a6e
winverbs/nd: allow retrying connect() call

The ND specification allows for retrying NDConnector:Connect()
calls.  Add this support to the winverbs ND provider.

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