summaryrefslogtreecommitdiff
path: root/ip6.h
diff options
context:
space:
mode:
authorRichard Scheffenegger <srichard@netapp.com>2020-02-29 23:43:49 +0100
committerRichard Scheffenegger <srichard@netapp.com>2020-02-29 23:43:49 +0100
commit7f304d28697c67ca546bb7447845d464c5386a1f (patch)
tree35a41cb91f3580373eb262230e5c5c9c7a6e1a8c /ip6.h
parent8380f5ff00dadc620426318ae75f2916738b6da0 (diff)
downloadtcpdump-7f304d28697c67ca546bb7447845d464c5386a1f.tar.gz
Remove historic ECN definitions from IPv6
Diffstat (limited to 'ip6.h')
-rw-r--r--ip6.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ip6.h b/ip6.h
index 8757098c..5de36af0 100644
--- 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