rpma_conn_cfg_new - create a new connection configuration object
#include <librpma.h>
struct rpma_conn_cfg;
int rpma_conn_cfg_new(struct rpma_conn_cfg **cfg_ptr);
rpma_conn_cfg_new() creates a new connection configuration object.
The rpma_conn_cfg_new() function returns 0 on success or a negative error code on failure. rpma_conn_cfg_new() does not set *cfg_ptr value on failure.
rpma_conn_cfg_new() can fail with the following error:
RPMA_E_INVAL - cfg_ptr is NULL
RPMA_E_NOMEM - out of memory
rpma_conn_cfg_delete(3), rpma_conn_cfg_get_cq_size(3), rpma_conn_cfg_get_rq_size(3), rpma_conn_cfg_get_sq_size(3), rpma_conn_cfg_get_timeout(3), rpma_conn_cfg_set_cq_size(3), rpma_conn_cfg_set_rq_size(3), rpma_conn_cfg_set_sq_size(3), rpma_conn_cfg_set_timeout(3), rpma_conn_req_new(3), rpma_ep_next_conn_req(3), librpma(7) and https://pmem.io/rpma/
The contents of this web site and the associated GitHub repositories are BSD-licensed open source.