отпустите идентификатор связи (Release a communication identifier.)
Имя (Name)
rdma_destroy_ep - Release a communication identifier.
Синопсис (Synopsis)
#include <rdma/rdma_cma.h>
void rdma_destroy_ep (struct rdma_cm_id *
id);
Аргументы (Arguments)
id The communication identifier to destroy.
Описание (Description)
Destroys the specified rdma_cm_id and all associated resources
Примечание (Note)
rdma_destroy_ep will automatically destroy any QP and SRQ
associated with the rdma_cm_id.
Смотри также (See also)
rdma_create_ep(3)