mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
Opps.. I missed a file on the commit :-)
This commit is contained in:
parent
14b55f2f95
commit
49633f4b36
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189836
@ -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;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user