Date: Sun, 17 Jun 2007 19:27:47 +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_pcb.c Message-ID: <200706171927.l5HJRl7h067046@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2007-06-17 19:27:47 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c Log: Back out last change to inpcb_free. Turns out we need to hold off freeing if there is data pending ... someone might do send/close. Which means we want the data to go and then close it after startup. Added comments to the code as well to note that this is done for a reason. Revision Changes Path 1.43 +14 -3 src/sys/netinet/sctp_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706171927.l5HJRl7h067046>