svn commit: r358482 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sun Mar 1 12:34:29 UTC 2020


Author: tuexen
Date: Sun Mar  1 12:34:27 2020
New Revision: 358482
URL: https://svnweb.freebsd.org/changeset/base/358482

Log:
  Remove stale definitions. The removed definitions are not used right
  now and are incompatible with the correct ones in RFC 3168.
  
  Submitted by:		Richard Scheffenegger
  Differential Revision:	https://reviews.freebsd.org/D23903

Modified:
  head/sys/netinet/ip6.h

Modified: head/sys/netinet/ip6.h
==============================================================================
--- head/sys/netinet/ip6.h	Sun Mar  1 08:53:45 2020	(r358481)
+++ head/sys/netinet/ip6.h	Sun Mar  1 12:34:27 2020	(r358482)
@@ -105,11 +105,6 @@ struct ip6_hdr {
 #endif /* LITTLE_ENDIAN */
 #endif
 #define IPV6_FLOWLABEL_LEN	20
-#if 1
-/* ECN bits proposed by Sally Floyd */
-#define IP6TOS_CE		0x01	/* congestion experienced */
-#define IP6TOS_ECT		0x02	/* ECN-capable transport */
-#endif
 
 /*
  * Extension Headers


More information about the svn-src-head mailing list