Deleted Added
full compact
cc_htcp.4 (225583) cc_htcp.4 (267938)
1.\"
2.\" Copyright (c) 2008 Lawrence Stewart <lstewart@FreeBSD.org>
3.\" Copyright (c) 2010-2011 The FreeBSD Foundation
4.\" All rights reserved.
5.\"
6.\" Portions of this documentation were written at the Centre for Advanced
7.\" Internet Architectures, Swinburne University of Technology, Melbourne,
8.\" Australia by David Hayes under sponsorship from the FreeBSD 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) 2008 Lawrence Stewart <lstewart@FreeBSD.org>
3.\" Copyright (c) 2010-2011 The FreeBSD Foundation
4.\" All rights reserved.
5.\"
6.\" Portions of this documentation were written at the Centre for Advanced
7.\" Internet Architectures, Swinburne University of Technology, Melbourne,
8.\" Australia by David Hayes under sponsorship from the FreeBSD 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_htcp.4 225583 2011-09-15 12:15:36Z lstewart $
31.\" $FreeBSD: head/share/man/man4/cc_htcp.4 267938 2014-06-26 21:46:14Z bapt $
32.\"
33.Dd September 15, 2011
34.Dt CC_HTCP 4
35.Os
36.Sh NAME
37.Nm cc_htcp
38.Nd H-TCP Congestion Control Algorithm
39.Sh DESCRIPTION

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

121More details are available at:
122.Pp
123http://caia.swin.edu.au/urp/newtcp/
124.Sh AUTHORS
125.An -nosplit
126The
127.Nm
128congestion control module was written by
32.\"
33.Dd September 15, 2011
34.Dt CC_HTCP 4
35.Os
36.Sh NAME
37.Nm cc_htcp
38.Nd H-TCP Congestion Control Algorithm
39.Sh DESCRIPTION

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

121More details are available at:
122.Pp
123http://caia.swin.edu.au/urp/newtcp/
124.Sh AUTHORS
125.An -nosplit
126The
127.Nm
128congestion control module was written by
129.An James Healy Aq jimmy@deefa.com
129.An James Healy Aq Mt jimmy@deefa.com
130and
130and
131.An Lawrence Stewart Aq lstewart@FreeBSD.org .
131.An Lawrence Stewart Aq Mt lstewart@FreeBSD.org .
132.Pp
133This manual page was written by
132.Pp
133This manual page was written by
134.An Lawrence Stewart Aq lstewart@FreeBSD.org
134.An Lawrence Stewart Aq Mt lstewart@FreeBSD.org
135and
135and
136.An David Hayes Aq david.hayes@ieee.org .
136.An David Hayes Aq Mt david.hayes@ieee.org .