home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume14 / 3bconnect / ftp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-08  |  192 b   |  9 lines

  1. /*
  2.  * Some constants for the ftp
  3.  */
  4. #define WINDOW    4        /* Window size */
  5. #define TRANSIT 2        /* Estimated transit time (sec) for window */
  6. #define MAXRETRY 5        /* No of timeouts per window */
  7.  
  8.  
  9.