Deleted Added
full compact
cc_chd.4 (220560) cc_chd.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 under sponsorship from the FreeBSD Foundation.
8.\"

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

22.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
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 under sponsorship from the FreeBSD Foundation.
8.\"

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

22.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
30.\" $FreeBSD: head/share/man/man4/cc_chd.4 220560 2011-04-12 08:13:18Z lstewart $
30.\" $FreeBSD: head/share/man/man4/cc_chd.4 225583 2011-09-15 12:15:36Z lstewart $
31.\"
31.\"
32.Dd February 15, 2011
32.Dd September 15, 2011
33.Dt CC_CHD 4
34.Os
35.Sh NAME
36.Nm cc_chd
37.Nd CHD Congestion Control Algorithm
38.Sh DESCRIPTION
39CHD enhances the HD algorithm implemented in
40.Xr cc_hd 4 .

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

81Default is 1.
82.It Va use_max
83If 1, the maximum RTT seen within the measurement period is used as the basic
84delay measurement for the algorithm, otherwise a sampled RTT measurement
85is used.
86Default is 1.
87.El
88.Sh SEE ALSO
33.Dt CC_CHD 4
34.Os
35.Sh NAME
36.Nm cc_chd
37.Nd CHD Congestion Control Algorithm
38.Sh DESCRIPTION
39CHD enhances the HD algorithm implemented in
40.Xr cc_hd 4 .

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

81Default is 1.
82.It Va use_max
83If 1, the maximum RTT seen within the measurement period is used as the basic
84delay measurement for the algorithm, otherwise a sampled RTT measurement
85is used.
86Default is 1.
87.El
88.Sh SEE ALSO
89.Xr cc 4 ,
90.Xr cc_cubic 4 ,
91.Xr cc_hd 4 ,
92.Xr cc_htcp 4 ,
93.Xr cc_newreno 4 ,
94.Xr cc_vegas 4 ,
95.Xr h_ertt 4 ,
89.Xr cc_cubic 4 ,
90.Xr cc_hd 4 ,
91.Xr cc_htcp 4 ,
92.Xr cc_newreno 4 ,
93.Xr cc_vegas 4 ,
94.Xr h_ertt 4 ,
95.Xr mod_cc 4 ,
96.Xr tcp 4 ,
96.Xr tcp 4 ,
97.Xr cc 9 ,
98.Xr khelp 9
97.Xr khelp 9 ,
98.Xr mod_cc 9
99.Rs
100.%A "D. A. Hayes"
101.%A "G. Armitage"
102.%T "Improved coexistence and loss tolerance for delay based TCP congestion control"
103.%J "in 35th Annual IEEE Conference on Local Computer Networks"
104.%D "October 2010"
105.%P "24-31"
106.Re

--- 22 unchanged lines hidden ---
99.Rs
100.%A "D. A. Hayes"
101.%A "G. Armitage"
102.%T "Improved coexistence and loss tolerance for delay based TCP congestion control"
103.%J "in 35th Annual IEEE Conference on Local Computer Networks"
104.%D "October 2010"
105.%P "24-31"
106.Re

--- 22 unchanged lines hidden ---