chiark / gitweb /
cname_loose/cname_forbid implemented; production timeout
[adns.git] / src / event.c
index d42afbd15df2e9be1e806759f94063ef662cb1b1..19fa62068fef48f48bfb29db23eb1092c836def5 100644 (file)
@@ -76,7 +76,6 @@ void adns__tcp_tryconnect(adns_state ads, struct timeval now) {
   int r, fd, tries;
   struct sockaddr_in addr;
   struct protoent *proto;
-  /* fixme: single TCP timeout, not once per server */
 
   for (tries=0; tries<ads->nservers; tries++) {
     if (ads->tcpstate == server_connecting || ads->tcpstate == server_ok) return;