Get delayed SACK working again.
MFC after: 3 days.
This commit is contained in:
parent
a30dd37469
commit
ea377e0111
@ -2123,6 +2123,10 @@ sctp_process_a_data_chunk(struct sctp_tcb *stcb, struct sctp_association *asoc,
|
||||
}
|
||||
}
|
||||
finish_express_del:
|
||||
if (tsn == (asoc->cumulative_tsn + 1)) {
|
||||
/* Update cum-ack */
|
||||
asoc->cumulative_tsn = tsn;
|
||||
}
|
||||
if (last_chunk) {
|
||||
*m = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user