Date: Mon, 9 May 2016 16:35:05 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299273 - head/sys/netinet Message-ID: <201605091635.u49GZ5pJ040316@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tuexen Date: Mon May 9 16:35:05 2016 New Revision: 299273 URL: https://svnweb.freebsd.org/changeset/base/299273 Log: Cleanup a comment. MFC after: 1 week Modified: head/sys/netinet/sctp_timer.c Modified: head/sys/netinet/sctp_timer.c ============================================================================== --- head/sys/netinet/sctp_timer.c Mon May 9 16:34:06 2016 (r299272) +++ head/sys/netinet/sctp_timer.c Mon May 9 16:35:05 2016 (r299273) @@ -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 *i 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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605091635.u49GZ5pJ040316>