Deleted Added
full compact
mod_cc.4 (222286) mod_cc.4 (225583)
1.\"
2.\" Copyright (c) 2010-2011 The FreeBSD Foundation
3.\" All rights reserved.
4.\"
5.\" This documentation was written at the Centre for Advanced Internet
6.\" Architectures, Swinburne University of Technology, Melbourne, Australia by
7.\" David Hayes and Lawrence Stewart under sponsorship from the FreeBSD
8.\" Foundation.

--- 14 unchanged lines hidden (view full) ---

23.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
1.\"
2.\" Copyright (c) 2010-2011 The FreeBSD Foundation
3.\" All rights reserved.
4.\"
5.\" This documentation was written at the Centre for Advanced Internet
6.\" Architectures, Swinburne University of Technology, Melbourne, Australia by
7.\" David Hayes and Lawrence Stewart under sponsorship from the FreeBSD
8.\" Foundation.

--- 14 unchanged lines hidden (view full) ---

23.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/cc.4 222286 2011-05-25 14:13:53Z ru $
31.\" $FreeBSD: head/share/man/man4/mod_cc.4 225583 2011-09-15 12:15:36Z lstewart $
32.\"
32.\"
33.Dd February 15, 2011
34.Dt CC 4
33.Dd September 15, 2011
34.Dt MOD_CC 4
35.Os
36.Sh NAME
35.Os
36.Sh NAME
37.Nm cc
37.Nm mod_cc
38.Nd Modular congestion control
39.Sh DESCRIPTION
40The modular congestion control framework allows the TCP implementation to
41dynamically change the congestion control algorithm used by new and existing
42connections.
43Algorithms are identified by a unique
44.Xr ascii 7
45name.

--- 31 unchanged lines hidden (view full) ---

77.Sh SEE ALSO
78.Xr cc_chd 4 ,
79.Xr cc_cubic 4 ,
80.Xr cc_hd 4 ,
81.Xr cc_htcp 4 ,
82.Xr cc_newreno 4 ,
83.Xr cc_vegas 4 ,
84.Xr tcp 4 ,
38.Nd Modular congestion control
39.Sh DESCRIPTION
40The modular congestion control framework allows the TCP implementation to
41dynamically change the congestion control algorithm used by new and existing
42connections.
43Algorithms are identified by a unique
44.Xr ascii 7
45name.

--- 31 unchanged lines hidden (view full) ---

77.Sh SEE ALSO
78.Xr cc_chd 4 ,
79.Xr cc_cubic 4 ,
80.Xr cc_hd 4 ,
81.Xr cc_htcp 4 ,
82.Xr cc_newreno 4 ,
83.Xr cc_vegas 4 ,
84.Xr tcp 4 ,
85.Xr cc 9
85.Xr mod_cc 9
86.Sh ACKNOWLEDGEMENTS
87Development and testing of this software were made possible in part by grants
88from the FreeBSD Foundation and Cisco University Research Program Fund at
89Community Foundation Silicon Valley.
90.Sh HISTORY
91The
92.Nm
93modular congestion control framework first appeared in

--- 24 unchanged lines hidden ---
86.Sh ACKNOWLEDGEMENTS
87Development and testing of this software were made possible in part by grants
88from the FreeBSD Foundation and Cisco University Research Program Fund at
89Community Foundation Silicon Valley.
90.Sh HISTORY
91The
92.Nm
93modular congestion control framework first appeared in

--- 24 unchanged lines hidden ---