Date: Sat, 16 Jun 2007 14:03:16 +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 Message-ID: <200706161403.l5GE3GML000658@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2007-06-16 14:03:16 UTC FreeBSD src repository Modified files: sys/netinet sctp_output.c Log: - Better handle sending large pkt-drops. We were not triming the data with m_adj if a large pkt arrived with a bad csum some systems can't handle you not triming the tail (think panda :-D) Revision Changes Path 1.40 +20 -12 src/sys/netinet/sctp_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706161403.l5GE3GML000658>