IPTOS_PREC_ROUTINE should have a value of 0x00, not 0x10 (from honig)
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 2 Jun 1994 00:50:31 +0000 (16:50 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 2 Jun 1994 00:50:31 +0000 (16:50 -0800)
SCCS-vsn: sys/netinet/ip.h 8.2

usr/src/sys/netinet/ip.h

index 2b59964..95f8c59 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ip.h        8.1 (Berkeley) %G%
+ *     @(#)ip.h        8.2 (Berkeley) %G%
  */
 #ifndef BYTE_ORDER
 /*
  */
 #ifndef BYTE_ORDER
 /*
@@ -76,7 +76,7 @@ struct ip {
 #define        IPTOS_PREC_FLASH                0x60
 #define        IPTOS_PREC_IMMEDIATE            0x40
 #define        IPTOS_PREC_PRIORITY             0x20
 #define        IPTOS_PREC_FLASH                0x60
 #define        IPTOS_PREC_IMMEDIATE            0x40
 #define        IPTOS_PREC_PRIORITY             0x20
-#define        IPTOS_PREC_ROUTINE              0x10
+#define        IPTOS_PREC_ROUTINE              0x00
 
 /*
  * Definitions for options.
 
 /*
  * Definitions for options.