]> sjero.net Git - wget/blobdiff - src/host.c
[svn] Generalize connect_with_timeout into run_with_timeout.
[wget] / src / host.c
index dbe11edb76885ff2ce180843d89172c8c492acb3..45455bf023559e1ecf038840d74fd402d37901bb 100644 (file)
@@ -551,6 +551,10 @@ lookup_host (const char *host, int silent)
   if (!silent)
     logprintf (LOG_VERBOSE, _("Resolving %s... "), host);
 
+  /* Host name lookup goes on below.  #### We should implement
+     getaddrinfo_with_timeout and gethostbyname_with_timeout the same
+     way connect.c implements connect_with_timeout.  */
+
 #ifdef INET6
   {
     struct addrinfo hints, *ai;