diff options
author | andre <andre@FreeBSD.org> | 2004-11-02 22:22:22 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2004-11-02 22:22:22 +0000 |
commit | d06f3bef4e5637b17335e5d7d51b5c3d5157cf66 (patch) | |
tree | f082b55921c42f223ca230e7961d047b01a25539 /share/man | |
parent | a033067901d630caa7ecc38fcf8a0d416a4b6d3d (diff) | |
download | FreeBSD-src-d06f3bef4e5637b17335e5d7d51b5c3d5157cf66.zip FreeBSD-src-d06f3bef4e5637b17335e5d7d51b5c3d5157cf66.tar.gz |
Remove RFC1644 T/TCP support from the TCP side of the network stack.
A complete rationale and discussion is given in this message
and the resulting discussion:
http://docs.freebsd.org/cgi/mid.cgi?4177C8AD.6060706
Note that this commit removes only the functional part of T/TCP
from the tcp_* related functions in the kernel. Other features
introduced with RFC1644 are left intact (socket layer changes,
sendmsg(2) on connection oriented protocols) and are meant to
be reused by a simpler and less intrusive reimplemention of the
previous T/TCP functionality.
Discussed on: -arch
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/tcp.4 | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 6f0841d..ce70e97 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -32,7 +32,7 @@ .\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd October 23, 2004 +.Dd November 2, 2004 .Dt TCP 4 .Os .Sh NAME @@ -233,16 +233,11 @@ protocol implements a number of variables in the branch of the .Xr sysctl 3 MIB. -.Bl -tag -width ".Va TCPCTL_DO_RFC1644" +.Bl -tag -width ".Va TCPCTL_DO_RFC1323" .It Dv TCPCTL_DO_RFC1323 .Pq Va rfc1323 Implement the window scaling and timestamp options of RFC 1323 (default is true). -.It Dv TCPCTL_DO_RFC1644 -.Pq Va rfc1644 -Implement Transaction -.Tn TCP , -as described in RFC 1644. .It Dv TCPCTL_MSSDFLT .Pq Va mssdflt The default value used for the maximum segment size @@ -517,7 +512,6 @@ address. .Xr intro 4 , .Xr ip 4 , .Xr syncache 4 , -.Xr ttcp 4 , .Xr setkey 8 .Rs .%A "V. Jacobson" @@ -527,11 +521,6 @@ address. .%O "RFC 1323" .Re .Rs -.%A "R. Braden" -.%T "T/TCP - TCP Extensions for Transactions" -.%O "RFC 1644" -.Re -.Rs .%A "A. Heffernan" .%T "Protection of BGP Sessions via the TCP MD5 Signature Option" .%O "RFC 2385" |