timeouts not part of protocol
[unix-history] / usr / src / include / arpa / tftp.h
index 280b79c..f5d16ef 100644 (file)
@@ -1,11 +1,9 @@
-/*     tftp.h  4.1     82/08/16        */
+/*     tftp.h  4.2     83/06/11        */
 
 /*
  * Trivial File Transfer Protocol (IEN-133)
  */
 #define        SEGSIZE         512             /* data segment size */
 
 /*
  * Trivial File Transfer Protocol (IEN-133)
  */
 #define        SEGSIZE         512             /* data segment size */
-#define        TIMEOUT         5               /* retransmits every 5 seconds */
-#define        MAXTIMEOUT      (5*TIMEOUT)     /* abort if no success by then */
 
 /*
  * Packet types.
 
 /*
  * Packet types.