]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove historic ECN definitions from IPv6 837/head
authorRichard Scheffenegger <[email protected]>
Sat, 29 Feb 2020 22:43:49 +0000 (23:43 +0100)
committerRichard Scheffenegger <[email protected]>
Sat, 29 Feb 2020 22:43:49 +0000 (23:43 +0100)
ip6.h

diff --git a/ip6.h b/ip6.h
index 8757098c792a78d640115bf32b1121434c1870b7..5de36af02733091289b1a79f55c50b8f70242cd3 100644 (file)
--- a/ip6.h
+++ b/ip6.h
@@ -98,11 +98,6 @@ struct ip6_hdr {
 /* in network endian */
 #define IPV6_FLOWINFO_MASK     ((uint32_t)htonl(0x0fffffff))   /* flow info (28 bits) */
 #define IPV6_FLOWLABEL_MASK    ((uint32_t)htonl(0x000fffff))   /* flow label (20 bits) */
-#if 1
-/* ECN bits proposed by Sally Floyd */
-#define IP6TOS_CE              0x01    /* congestion experienced */
-#define IP6TOS_ECT             0x02    /* ECN-capable transport */
-#endif
 
 /*
  * Extension Headers