Date: Sat, 9 Jun 2007 13:46:58 +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_auth.c sctp_auth.h sctp_input.c sctp_output.c sctp_uio.h sctputil.c Message-ID: <200706091346.l59Dkwje074501@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2007-06-09 13:46:58 UTC FreeBSD src repository Modified files: sys/netinet sctp_auth.c sctp_auth.h sctp_input.c sctp_output.c sctp_uio.h sctputil.c Log: - fix send_failed notification contents - Reorder send failed to be in correct order. - Fixed calulation of init-ack to be right off mbuf lengths instead of the precalculated value. This will fix one 64 bit platform issue. Revision Changes Path 1.14 +9 -4 src/sys/netinet/sctp_auth.c 1.5 +1 -1 src/sys/netinet/sctp_auth.h 1.35 +12 -3 src/sys/netinet/sctp_input.c 1.34 +30 -36 src/sys/netinet/sctp_output.c 1.21 +1 -1 src/sys/netinet/sctp_uio.h 1.39 +46 -42 src/sys/netinet/sctputil.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706091346.l59Dkwje074501>