cvs commit: src/sys/netinet sctp_indata.c sctp_indata.h
sctp_input.c sctp_uio.h sctputil.c
Randall Stewart
rrs at FreeBSD.org
Fri Jun 22 13:50:57 UTC 2007
rrs 2007-06-22 13:50:57 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp_indata.c sctp_indata.h sctp_input.c
sctp_uio.h sctputil.c
Log:
- Fix stream reset so it limits the number of streams that can be listed
- Fix fwd-tsn to use proper accessor so it does not overrun mbufs
- Fix stream reset error reporting to actually work (it has always been
broken if the peer rejects a stream reset)
- Some 64 bit friendly changes
Approved by: re(bmah at freebsd.org)
Revision Changes Path
1.34 +12 -5 src/sys/netinet/sctp_indata.c
1.9 +1 -1 src/sys/netinet/sctp_indata.h
1.45 +45 -15 src/sys/netinet/sctp_input.c
1.24 +180 -175 src/sys/netinet/sctp_uio.h
1.48 +2 -2 src/sys/netinet/sctputil.c
More information about the cvs-src
mailing list