mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
95b55771b2
commit
bf37f5b05f
1 changed files with 0 additions and 5 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue