timeouts not part of protocol
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 12 Jun 1983 08:53:34 +0000 (00:53 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 12 Jun 1983 08:53:34 +0000 (00:53 -0800)
SCCS-vsn: include/arpa/tftp.h 4.2

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.