Functions
fn getAddressList(allocator: mem.Allocator, name: []const u8, port: u16) GetAddressListError!*AddressList
Call
AddressList.deinit
on the result.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.