init(unixDomainSocketPath:)

Creates a new UDS SocketAddress.

SocketAddresses.swift:322
init(unixDomainSocketPath: String) throws

Parameters

unixDomainSocketPath

the path to use for the SocketAddress.

Throws

may throw SocketAddressError.unixDomainSocketPathTooLong if the path is too long.