Remove a no longer used variable.
Reported by: Felix Weinrank MFC after: 1 week
This commit is contained in:
parent
74e7b4226c
commit
7e36a33d6e
@ -4213,8 +4213,6 @@ sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack,
|
||||
again:
|
||||
j = 0;
|
||||
TAILQ_FOREACH(net, &asoc->nets, sctp_next) {
|
||||
int to_ticks;
|
||||
|
||||
if (win_probe_recovery && (net->window_probe)) {
|
||||
win_probe_recovered = 1;
|
||||
/*
|
||||
@ -4230,11 +4228,6 @@ again:
|
||||
}
|
||||
}
|
||||
}
|
||||
if (net->RTO == 0) {
|
||||
to_ticks = MSEC_TO_TICKS(stcb->asoc.initial_rto);
|
||||
} else {
|
||||
to_ticks = MSEC_TO_TICKS(net->RTO);
|
||||
}
|
||||
if (net->flight_size) {
|
||||
j++;
|
||||
sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, net);
|
||||
|
Loading…
x
Reference in New Issue
Block a user