RDMACMEVENTESTABLISHED
RDMACMEVENTESTABLISHED is the name used for the RDMA Connection Manager (RDMA CM) event type that signals a successful establishment of a connection between two RDMA endpoints. It is part of the RDMA CM API (such as librdmacm) and represents the point at which the CM layer has completed its handshake and a communication path has been established between the client and server.
In typical usage, applications create an event channel and monitor it for RDMA_CM events. When a connection
The established event indicates that the connection at the CM level is ready, but it does not
Common related events in the RDMA CM lifecycle include RDMA_CM_EVENT_ADDR_RESOLVED, RDMA_CM_EVENT_ROUTE_RESOLVED, RDMA_CM_EVENT_CONNECT_REQUEST, RDMA_CM_EVENT_DISCONNECTED, RDMA_CM_EVENT_REJECTED, and RDMA_CM_EVENT_ABORTED.
In code references, the constant is RDMA_CM_EVENT_ESTABLISHED. Some documentation or examples may refer to it in