Date: Tue, 1 Mar 2011 00:37:46 +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_structs.h sctp_sysctl.c sctp_sysctl.h sctp_usrreq.c Message-ID: <201103010037.p210bvTc012397@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2011-03-01 00:37:46 UTC FreeBSD src repository Modified files: sys/netinet sctp.h sctp_cc_functions.c sctp_constants.h sctp_structs.h sctp_sysctl.c sctp_sysctl.h sctp_usrreq.c Log: SVN rev 219120 on 2011-03-01 00:37:46Z by rrs Adds a new Congestion Control that helps reduce the RTT that a flow will build up in buffers in transit. It is a slight modification to RFC2581 but is more friendly i.e. less aggressive. MFC after: 3 months Revision Changes Path 1.38 +5 -0 src/sys/netinet/sctp.h 1.23 +522 -28 src/sys/netinet/sctp_cc_functions.c 1.63 +2 -3 src/sys/netinet/sctp_constants.h 1.55 +16 -0 src/sys/netinet/sctp_structs.h 1.48 +0 -6 src/sys/netinet/sctp_sysctl.c 1.35 +0 -4 src/sys/netinet/sctp_sysctl.h 1.96 +4 -0 src/sys/netinet/sctp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103010037.p210bvTc012397>