summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2009-06-17 12:34:56 +0000
committerrrs <rrs@FreeBSD.org>2009-06-17 12:34:56 +0000
commit8a5e849118e46fae0bccc61b2f3b961102399765 (patch)
tree62c5825d0b1adc922059cf040542f4ef79d58cdc /sys/netinet/sctp.h
parent9e1fc95c2f8f58dad148097a6bf98e5b3003064d (diff)
downloadFreeBSD-src-8a5e849118e46fae0bccc61b2f3b961102399765.zip
FreeBSD-src-8a5e849118e46fae0bccc61b2f3b961102399765.tar.gz
Changes to the NR-Sack code so that:
1) All bit disappears 2) The two sets of gaps (nr and non-nr) are disjointed, you don't have gaps struck in both places. This adjusts us to coorespond to the new draft. Still to-do, cleanup the code so that there are only one set of sack routines (original NR-Sack done by E cloned all sack code).
Diffstat (limited to 'sys/netinet/sctp.h')
-rw-r--r--sys/netinet/sctp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h
index 83b939a..f4d5d6c 100644
--- a/sys/netinet/sctp.h
+++ b/sys/netinet/sctp.h
@@ -415,9 +415,6 @@ struct sctp_error_unrecognized_chunk {
/* ECN Nonce: SACK Chunk Specific Flags */
#define SCTP_SACK_NONCE_SUM 0x01
-/* EY nr_sack all bit - All bit is the 2nd LSB of nr_sack chunk flags*/
-/* if All bit is set in an nr-sack chunk, then all nr gap acks gap acks*/
-#define SCTP_NR_SACK_ALL_BIT 0x02
/* CMT DAC algorithm SACK flag */
#define SCTP_SACK_CMT_DAC 0x80
OpenPOWER on IntegriCloud