Deleted Added
full compact
tcp.4 (112496) tcp.4 (119893)
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 112496 2003-03-22 13:43:06Z ru $
33.\" $FreeBSD: head/share/man/man4/tcp.4 119893 2003-09-08 19:57:22Z ru $
34.\"
35.Dd March 13, 2003
36.Dt TCP 4
37.Os
38.Sh NAME
39.Nm tcp
40.Nd Internet Transmission Control Protocol
41.Sh SYNOPSIS

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

181.Xr setsockopt 2
182call is the protocol number for
183.Tn TCP ,
184available from
185.Xr getprotobyname 3 ,
186or
187.Dv IPPROTO_TCP .
188All options are declared in
34.\"
35.Dd March 13, 2003
36.Dt TCP 4
37.Os
38.Sh NAME
39.Nm tcp
40.Nd Internet Transmission Control Protocol
41.Sh SYNOPSIS

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

181.Xr setsockopt 2
182call is the protocol number for
183.Tn TCP ,
184available from
185.Xr getprotobyname 3 ,
186or
187.Dv IPPROTO_TCP .
188All options are declared in
189.Aq Pa netinet/tcp.h .
189.In netinet/tcp.h .
190.Pp
191Options at the
192.Tn IP
193transport level may be used with
194.Tn TCP ;
195see
196.Xr ip 4 .
197Incoming connection requests that are source-routed are noted,

--- 315 unchanged lines hidden ---
190.Pp
191Options at the
192.Tn IP
193transport level may be used with
194.Tn TCP ;
195see
196.Xr ip 4 .
197Incoming connection requests that are source-routed are noted,

--- 315 unchanged lines hidden ---