> Am I correct here? IE: Is it ok for the rdma application to > rdma_reject() yes > rmda_destroy_id() the CONNECT_REQUEST cm_id _inside_ its event handler no > as long > as it returns 0? The user can return a non-zero value from the cm handler to destroy the id. - Sean