diff options
author | Richard Scheffenegger <srichard@netapp.com> | 2020-02-29 23:43:49 +0100 |
---|---|---|
committer | Richard Scheffenegger <srichard@netapp.com> | 2020-02-29 23:43:49 +0100 |
commit | 7f304d28697c67ca546bb7447845d464c5386a1f (patch) | |
tree | 35a41cb91f3580373eb262230e5c5c9c7a6e1a8c /ip6.h | |
parent | 8380f5ff00dadc620426318ae75f2916738b6da0 (diff) | |
download | tcpdump-7f304d28697c67ca546bb7447845d464c5386a1f.tar.gz |
Remove historic ECN definitions from IPv6
Diffstat (limited to 'ip6.h')
-rw-r--r-- | ip6.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |