You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally a user program may want to know some property of the transport without having an actual socket available. For example, it may be useful to know the
Occasionally a user program may want to know some property of the transport without having an actual socket available. For example, it may be useful to know the
int xcm_tp_attr_get(const char *tp_name, const char *attr_name, enum xcm_attr_type *type, void *value, size_t capacity);
One use case may be a program wanting to give an early error indication (rather than waiting for an actual socket to be created).
The text was updated successfully, but these errors were encountered: