Functions

fn connectUnixSocket(path: []const u8) !Stream

No documentation provided.

fn getAddressList(allocator: mem.Allocator, name: []const u8, port: u16) GetAddressListError!*AddressList

Call AddressList.deinit on the result.

fn isValidHostName(hostname: []const u8) bool

No documentation provided.

fn tcpConnectToAddress(address: Address) TcpConnectToAddressError!Stream

No documentation provided.

fn tcpConnectToHost(allocator: mem.Allocator, name: []const u8, port: u16) TcpConnectToHostError!Stream

All memory allocated with allocator will be freed before this function returns…

All memory allocated with allocator will be freed before this function returns.