Date: Tue, 26 Oct 2010 19:04:05 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp_timer.c Message-ID: <201010261904.o9QJ4FEW002534@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2010-10-26 19:04:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_timer.c Log: SVN rev 214392 on 2010-10-26 19:04:05Z by rrs MFC:210493 When counting the number of chunks in the retransmission queue to validate the retran count, we need to include the chunks in the control send queue too. Otherwise the count will not match and you will get the invarient warning if invarients are on. Revision Changes Path 1.43.2.5 +20 -13 src/sys/netinet/sctp_timer.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010261904.o9QJ4FEW002534>