Cleanup a comment.

MFC after: 1 week
This commit is contained in:
Michael Tuexen 2016-05-09 16:35:05 +00:00
parent 5d21655f67
commit a807fe2d83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299273

View File

@ -1076,8 +1076,8 @@ sctp_cookie_timer(struct sctp_inpcb *inp,
return (1);
}
/*
* cleared threshold management now lets backoff the address & select
* an alternate
* Cleared threshold management, now lets backoff the address and
* select an alternate
*/
stcb->asoc.dropped_special_cnt = 0;
sctp_backoff_on_timeout(stcb, cookie->whoTo, 1, 0, 0);
@ -1122,8 +1122,8 @@ sctp_strreset_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb,
return (1);
}
/*
* cleared threshold management now lets backoff the address & select
* an alternate
* Cleared threshold management, now lets backoff the address and
* select an alternate
*/
sctp_backoff_on_timeout(stcb, strrst->whoTo, 1, 0, 0);
alt = sctp_find_alternate_net(stcb, strrst->whoTo, 0);