summaryrefslogtreecommitdiffstats
path: root/sys/sys/protosw.h
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2014-11-10 23:10:01 +0000
committermelifaro <melifaro@FreeBSD.org>2014-11-10 23:10:01 +0000
commitea5b796615ddbde24284c0c25900e8605469cf83 (patch)
treef99afb8bda1a0d58e2c45cb12fd9826a7f2263ec /sys/sys/protosw.h
parent3600d5f7ad50f1db1d31bc098f71e3ae5746d1fc (diff)
downloadFreeBSD-src-ea5b796615ddbde24284c0c25900e8605469cf83.zip
FreeBSD-src-ea5b796615ddbde24284c0c25900e8605469cf83.tar.gz
Remove kernel handling of ICMP_SOURCEQUENCH.
It hasn't been used for a very long time. Additionally, it was deprecated by RFC 6633.
Diffstat (limited to 'sys/sys/protosw.h')
-rw-r--r--sys/sys/protosw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h
index ba45f94..2d98a4c 100644
--- a/sys/sys/protosw.h
+++ b/sys/sys/protosw.h
@@ -274,8 +274,8 @@ int pru_sopoll_notsupp(struct socket *so, int events, struct ucred *cred,
#define PRC_IFDOWN 0 /* interface transition */
#define PRC_ROUTEDEAD 1 /* select new route if possible ??? */
#define PRC_IFUP 2 /* interface has come back up */
-#define PRC_QUENCH2 3 /* DEC congestion bit says slow down */
-#define PRC_QUENCH 4 /* some one said to slow down */
+/* was PRC_QUENCH2 3 DEC congestion bit says slow down */
+/* was PRC_QUENCH 4 Deprecated by RFC 6633 */
#define PRC_MSGSIZE 5 /* message size forced drop */
#define PRC_HOSTDEAD 6 /* host appears to be down */
#define PRC_HOSTUNREACH 7 /* deprecated (use PRC_UNREACH_HOST) */
OpenPOWER on IntegriCloud