> Does going through timewait always holds? e.g no matter what's the > return status of rdma_disconnect and/or the status of the rdma_cm > disconnected event?
It usually holds. It will fail if rdma_disconnect() is called from a bogus state. But otherwise, I believe that it will enter timewait on failure to send or receive a disconnect message. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
