init(unixDomainSocketPath:)
Creates a new UDS SocketAddress
.
init(unixDomainSocketPath: String) throws
Parameters
- unixDomainSocketPath
the path to use for the
SocketAddress
.
Throws
may throw SocketAddressError.unixDomainSocketPathTooLong
if the path is too long.