addressFamilyNotSupported

The address family isn’t supported by the protocol family.

Errno.swift:470
static var addressFamilyNotSupported: Errno { get }

An address incompatible with the requested protocol was used. For example, you shouldn’t necessarily expect to be able to use name server addresses with ARPA Internet protocols.

The corresponding C error is EAFNOSUPPORT.