Date: Tue, 8 Mar 2011 11:58:25 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp.h sctp_cc_functions.c sctp_constants.h sctp_dtrace_declare.h sctp_dtrace_define.h sctp_indata.c sctp_input.c sctp_output.c sctp_pcb.c sctp_structs.h sctp_sysctl.c sctp_sysctl.h sctp_timer.c sctputil.c Message-ID: <201103081158.p28BwhQH061907@repoman.freebsd.org>
index | next in thread | raw e-mail
rrs 2011-03-08 11:58:25 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp.h sctp_cc_functions.c
sctp_constants.h sctp_dtrace_declare.h
sctp_dtrace_define.h sctp_indata.c
sctp_input.c sctp_output.c sctp_pcb.c
sctp_structs.h sctp_sysctl.c
sctp_sysctl.h sctp_timer.c sctputil.c
Log:
SVN rev 219397 on 2011-03-08 11:58:25Z by rrs
Tunes and fixes the new DC-CC to seem to hit the
right mix. Still may need some tweaks but it
appears to almost not give away too much to an
RFC2581 flow, but can really minimize the amount of
buffers used in the net.
MFC after: 3 months
Revision Changes Path
1.39 +1 -0 src/sys/netinet/sctp.h
1.24 +415 -135 src/sys/netinet/sctp_cc_functions.c
1.64 +2 -2 src/sys/netinet/sctp_constants.h
1.4 +1 -0 src/sys/netinet/sctp_dtrace_declare.h
1.4 +15 -2 src/sys/netinet/sctp_dtrace_define.h
1.103 +53 -27 src/sys/netinet/sctp_indata.c
1.123 +8 -5 src/sys/netinet/sctp_input.c
1.147 +4 -1 src/sys/netinet/sctp_output.c
1.142 +1 -0 src/sys/netinet/sctp_pcb.c
1.56 +14 -3 src/sys/netinet/sctp_structs.h
1.49 +13 -0 src/sys/netinet/sctp_sysctl.c
1.36 +36 -24 src/sys/netinet/sctp_sysctl.h
1.66 +6 -0 src/sys/netinet/sctp_timer.c
1.138 +14 -6 src/sys/netinet/sctputil.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103081158.p28BwhQH061907>
