Struct ucp_conn_request_attr

struct ucp_conn_request_attr

UCP listener’s connection request attributes.

The structure defines the attributes that characterize the particular connection request received on the server side.

Public Members

uint64_t field_mask

Mask of valid fields in this structure, using bits from ucp_conn_request_attr_field. Fields not specified in this mask will be ignored. Provides ABI compatibility with respect to adding new fields.

struct sockaddr_storage client_address

The address of the remote client that sent the connection request to the server.

uint64_t client_id

Remote client id if remote endpoint’s flag UCP_EP_PARAMS_FLAGS_SEND_CLIENT_ID is set.