pub static RDMA_QP_INIT_TIMEOUT: Key<Duration>Expand description
Per-side budget for the QueuePairInitializer handshake. The
timer arms once when we send EnsureQueuePair and is rearmed
after we hit RTS while still waiting for the peer’s
NotifyRts. If it fires the entry is tombstoned with a
qp_initializer_failed so further RequestQueuePair calls
for the same key surface the same error rather than hanging.