Deleted Added
full compact
tcp.4 (102387) tcp.4 (107383)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93
33.\" $FreeBSD: head/share/man/man4/tcp.4 102387 2002-08-25 01:51:57Z dillon $
33.\" $FreeBSD: head/share/man/man4/tcp.4 107383 2002-11-29 11:39:20Z ru $
34.\"
35.Dd February 14, 1995
36.Dt TCP 4
37.Os
38.Sh NAME
39.Nm tcp
40.Nd Internet Transmission Control Protocol
41.Sh SYNOPSIS

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

313connections for those cases not covered by the fast retransmit
314code. For this reason we use 200ms of slop and a near-0
315minimum, which gives us an effective minimum of 200ms (similar to Linux).
316.It tcp.inflight_enable
317Enable
318.Tn TCP
319bandwidth delay product limiting. An attempt will be made to calculate
320the bandwidth delay product for each individual TCP connection and limit
34.\"
35.Dd February 14, 1995
36.Dt TCP 4
37.Os
38.Sh NAME
39.Nm tcp
40.Nd Internet Transmission Control Protocol
41.Sh SYNOPSIS

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

313connections for those cases not covered by the fast retransmit
314code. For this reason we use 200ms of slop and a near-0
315minimum, which gives us an effective minimum of 200ms (similar to Linux).
316.It tcp.inflight_enable
317Enable
318.Tn TCP
319bandwidth delay product limiting. An attempt will be made to calculate
320the bandwidth delay product for each individual TCP connection and limit
321the amount of inflight data being transmitted to avoid building up
321the amount of inflight data being transmitted to avoid building up
322unnecessary packets in the network. This option is recommended if you
323are serving a lot of data over connections with high bandwidth-delay
324products, such as modems, GigE links, and fast long-haul WANs, and/or
325you have configured your machine to accomodate large TCP windows. In such
326situations, without this option, you may experience high interactive
327latencies or packet loss due to the overloading of intermediate routers
328and switches. Note that bandwidth delay product limiting only effects
329the transmit side of a TCP connection.

--- 77 unchanged lines hidden ---
322unnecessary packets in the network. This option is recommended if you
323are serving a lot of data over connections with high bandwidth-delay
324products, such as modems, GigE links, and fast long-haul WANs, and/or
325you have configured your machine to accomodate large TCP windows. In such
326situations, without this option, you may experience high interactive
327latencies or packet loss due to the overloading of intermediate routers
328and switches. Note that bandwidth delay product limiting only effects
329the transmit side of a TCP connection.

--- 77 unchanged lines hidden ---