]> git.openfabrics.org - ~shefty/rdma-win.git/commit
winverbs: issue drep if in active disconnect state
authorSean Hefty <sean.hefty@intel.com>
Tue, 9 Mar 2010 19:36:33 +0000 (11:36 -0800)
committerSean Hefty <sean.hefty@intel.com>
Tue, 9 Mar 2010 19:36:33 +0000 (11:36 -0800)
commita299d622e3eb4aad49e53cd60057053e4b72730f
treee7cce3c83c48436a231c8ed19afff31b41ba8e9a
parenta1f7a8e10f4072b483c67571f2f08108babd1a57
winverbs: issue drep if in active disconnect state

If we've received a DREQ after sending a DREQ, then
we're already actively disconnecting and should issue
a DREQ in response.  This prevents the remote side
from timing out on the DREQ.

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