summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_constants.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2009-03-04 20:54:42 +0000
committerrrs <rrs@FreeBSD.org>2009-03-04 20:54:42 +0000
commitf2254573b9b4dd71026af9f45fe5afc41b9aff24 (patch)
tree84f7529f534e4b84b293b323b6fb7e6579c26e36 /sys/netinet/sctp_constants.h
parent989d9cb005be3cdfa14984b55ffeec182febe689 (diff)
downloadFreeBSD-src-f2254573b9b4dd71026af9f45fe5afc41b9aff24.zip
FreeBSD-src-f2254573b9b4dd71026af9f45fe5afc41b9aff24.tar.gz
- PR-SCTP bug, where the CUM-ACK was not being updated
into the advance_peer_ack point so we would incorrectly send a wrong value in the FWD-TSN - PR-SCTP bug, where an PR packet is used for a window probe which could incorrectly get the packet moved back into the send_queue, which will cause major issues and should not happen. - Fix a trace to use the proper macro.
Diffstat (limited to 'sys/netinet/sctp_constants.h')
-rw-r--r--sys/netinet/sctp_constants.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h
index d8f3627..bdd1849 100644
--- a/sys/netinet/sctp_constants.h
+++ b/sys/netinet/sctp_constants.h
@@ -228,8 +228,9 @@ __FBSDID("$FreeBSD$");
#define SCTP_MAP_TSN_ENTERS 119
#define SCTP_THRESHOLD_CLEAR 120
#define SCTP_THRESHOLD_INCR 121
+#define SCTP_FLIGHT_LOG_DWN_WP_FWD 122
-#define SCTP_LOG_MAX_TYPES 122
+#define SCTP_LOG_MAX_TYPES 123
/*
* To turn on various logging, you must first enable 'options KTR' and
* you might want to bump the entires 'options KTR_ENTRIES=80000'.
OpenPOWER on IntegriCloud