Skip to main content

RDMA_CQ_POLL_MAX_SPINS

Constant RDMA_CQ_POLL_MAX_SPINS 

Source
pub const RDMA_CQ_POLL_MAX_SPINS: u64 = 10_000_000;
Expand description

Maximum CQ poll spins before declaring an RPC timeout. At ~10ns per spin, 10M spins ~= 100ms busy-wait ceiling.