InfoFromHost returns an AddrInfo struct with the Host's ID and all of its Addrs.
AddrInfo infoFromHost(Host h) { return AddrInfo( h.id, h.addrs, ); }