summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2009-03-14 23:13:16 +0000
committerrrs <rrs@FreeBSD.org>2009-03-14 23:13:16 +0000
commit723e44888d61f58cb4ce33cd258b0f3987fa3ad4 (patch)
tree4da107d4db7e1ebe96ab770d8e5b10ea04a6e070
parent63352849623a7acf382be410cee858494d0192b1 (diff)
downloadFreeBSD-src-723e44888d61f58cb4ce33cd258b0f3987fa3ad4.zip
FreeBSD-src-723e44888d61f58cb4ce33cd258b0f3987fa3ad4.tar.gz
Opps.. I missed a file on the commit :-)
-rw-r--r--sys/netinet/sctp_structs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h
index a03ae94..0d9f67d 100644
--- a/sys/netinet/sctp_structs.h
+++ b/sys/netinet/sctp_structs.h
@@ -309,7 +309,7 @@ struct sctp_data_chunkrec {
/* ECN Nonce: Nonce Value for this chunk */
uint8_t ect_nonce;
-
+ uint8_t fwd_tsn_cnt;
/*
* part of the Highest sacked algorithm to be able to stroke counts
* on ones that are FR'd.
@@ -445,6 +445,7 @@ struct sctp_stream_queue_pending {
uint8_t pr_sctp_on;
uint8_t sender_all_done;
uint8_t put_last_out;
+ uint8_t discard_rest;
};
/*
OpenPOWER on IntegriCloud