Function netio3::libfabric::get_address_format
Defined in File Helpers.hpp
Function Documentation
-
int netio3::libfabric::get_address_format(const EndPointAddress &address)
Returns the address format for the given endpoint address.
This function retrieves the address format (IPv4 or IPv6) based on the provided endpoint address. It is provided to libfabric for unconnected endpoints.
- Parameters:
address – The endpoint address to check
- Returns:
The address format for libfabric