cvs commit: src/sys/netinet sctp_auth.c sctp_auth.h sctp_input.c
sctp_output.c sctp_uio.h sctputil.c
Randall Stewart
rrs at FreeBSD.org
Sat Jun 9 13:46:58 UTC 2007
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
More information about the cvs-src
mailing list