Struct ucp_listener_attrΒΆ

struct ucp_listener_attr

UCP listener attributes.

The structure defines the attributes which characterize the particular listener.

Public Members

uint64_t field_mask

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

struct sockaddr_storage sockaddr

Sockaddr on which this listener is listening for incoming connection requests.