Date: Thu, 6 Dec 2007 00:22:56 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet sctp_output.c sctputil.c Message-ID: <200712060022.lB60MuGo080241@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2007-12-06 00:22:55 UTC FreeBSD src repository Modified files: sys/netinet sctp_output.c sctputil.c Log: - optimize the initialization of the SB max variables. - Missing lock when sending data and moving it to the outqueue. - If a mbuf alloc fails during moving to outqueue the reassembly of the old mbuf chain was incorrect. - some_taken becomes a counter in sctputil.c instead of a set to 1. - Fix a panic to be only under invarients and have a proper recovery. - msg_flags needed to be set.to the value collected not or'd. MFC after: 1 week Revision Changes Path 1.65 +11 -7 src/sys/netinet/sctp_output.c 1.71 +9 -2 src/sys/netinet/sctputil.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712060022.lB60MuGo080241>