cvs commit: src/sys/netinet sctp.h sctp_constants.h sctp_input.c
sctp_pcb.c sctp_structs.h sctp_sysctl.c sctp_sysctl.h sctp_timer.c
sctputil.c
Randall Stewart
rrs at FreeBSD.org
Wed Jun 13 01:31:54 UTC 2007
rrs 2007-06-13 01:31:53 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp.h sctp_constants.h sctp_input.c
sctp_pcb.c sctp_structs.h sctp_sysctl.c
sctp_sysctl.h sctp_timer.c sctputil.c
Log:
- Fixed cookie handling to calc an RTO when
its an INIT collision case.
- Fixed RTO calc to maintain a seperate variable to track
if a RTO calc as been done, this allows the RTO var to be
doubled during initial timeouts.
- Reduces the amount of stack used by process control.
- Use a constant for the peer chunk overhead.
- Name change to spell candidate correctly.
Revision Changes Path
1.13 +3 -0 src/sys/netinet/sctp.h
1.21 +1 -1 src/sys/netinet/sctp_constants.h
1.38 +25 -42 src/sys/netinet/sctp_input.c
1.38 +18 -12 src/sys/netinet/sctp_pcb.c
1.19 +1 -0 src/sys/netinet/sctp_structs.h
1.10 +1 -1 src/sys/netinet/sctp_sysctl.c
1.5 +3 -1 src/sys/netinet/sctp_sysctl.h
1.20 +3 -0 src/sys/netinet/sctp_timer.c
1.41 +2 -1 src/sys/netinet/sctputil.c
More information about the cvs-src
mailing list