From 5ca00498b69c1a01058d33204e3f9020778e9f70 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Fri, 19 Oct 2007 12:46:15 +0000 Subject: [PATCH] Remove IPTOS_CE and IPTOS_ECT constants. They were defined in RFC 2481 but later obsoleted by RFC 3168. Discussed on freebsd-net with no objections. Approved by: njl (mentor), rwatson --- sys/netinet/ip.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h index 3c4903a5f83..a4e930a1e31 100644 --- a/sys/netinet/ip.h +++ b/sys/netinet/ip.h @@ -82,11 +82,6 @@ CTASSERT(sizeof (struct ip) == 20); #define IPTOS_THROUGHPUT 0x08 #define IPTOS_RELIABILITY 0x04 #define IPTOS_MINCOST 0x02 -#if 1 -/* ECN RFC3168 obsoletes RFC2481, and these will be deprecated soon. */ -#define IPTOS_CE 0x01 -#define IPTOS_ECT 0x02 -#endif /* * Definitions for IP precedence (also in ip_tos) (hopefully unused). -- 2.45.0