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
This commit is contained in:
Rui Paulo 2007-10-19 12:46:15 +00:00
parent 95b55771b2
commit bf37f5b05f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172800

View File

@ -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).