/*
- * $Id: ftp.cc,v 1.141 1997/10/21 18:24:02 wessels Exp $
+ * $Id: ftp.cc,v 1.142 1997/10/21 19:38:50 wessels Exp $
*
* DEBUG: section 9 File Transfer Protocol (FTP)
* AUTHOR: Harvest Derived
BIT_SET(entry->flag, READ_DEFERRED);
}
/* dont try reading again for a while */
- comm_set_stall(fd, Config.stallDelay);
+ comm_set_stall(fd, 1);
return;
} else {
BIT_RESET(entry->flag, READ_DEFERRED);
/*
- * $Id: gopher.cc,v 1.98 1997/10/20 19:09:00 wessels Exp $
+ * $Id: gopher.cc,v 1.99 1997/10/21 19:38:51 wessels Exp $
*
* DEBUG: section 10 Gopher
* AUTHOR: Harvest Derived
BIT_SET(entry->flag, READ_DEFERRED);
}
/* dont try reading again for a while */
- comm_set_stall(fd, Config.stallDelay);
+ comm_set_stall(fd, 1);
return;
} else {
BIT_RESET(entry->flag, READ_DEFERRED);
/*
- * $Id: http.cc,v 1.191 1997/10/17 00:00:37 wessels Exp $
+ * $Id: http.cc,v 1.192 1997/10/21 19:38:52 wessels Exp $
*
* DEBUG: section 11 Hypertext Transfer Protocol (HTTP)
* AUTHOR: Harvest Derived
BIT_SET(entry->flag, READ_DEFERRED);
}
/* dont try reading again for a while */
- comm_set_stall(fd, Config.stallDelay);
+ comm_set_stall(fd, 1);
return;
} else {
BIT_RESET(entry->flag, READ_DEFERRED);
time_t positiveDnsTtl;
time_t shutdownLifetime;
time_t neighborTimeout;
- time_t stallDelay;
struct {
time_t read;
time_t defer;
/*
- * $Id: wais.cc,v 1.85 1997/10/17 00:00:51 wessels Exp $
+ * $Id: wais.cc,v 1.86 1997/10/21 19:38:54 wessels Exp $
*
* DEBUG: section 24 WAIS Relay
* AUTHOR: Harvest Derived
BIT_SET(entry->flag, READ_DEFERRED);
}
/* dont try reading again for a while */
- comm_set_stall(fd, Config.stallDelay);
+ comm_set_stall(fd, 1);
return;
} else {
BIT_RESET(entry->flag, READ_DEFERRED);