aboutsummaryrefslogtreecommitdiffstats
path: root/man7/tcp.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-01-23 03:39:07 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-01-23 15:36:03 +0100
commit5d4f676f68671a0b87c4482fdbc120bf0c67e0be (patch)
tree63c9032a8f50e044842390f12b19db3b014ff8a8 /man7/tcp.7
parent9cfc5a029814065b9ee8ca0f864ef927837f09d7 (diff)
downloadman-pages-5d4f676f68671a0b87c4482fdbc120bf0c67e0be.tar.gz
tcp.7: Fix breakage introduced by 0decd92d55d95e4a8aa11adcf8d4bdcd5a2b72bb
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/tcp.7')
-rw-r--r--man7/tcp.766
1 files changed, 0 insertions, 66 deletions
diff --git a/man7/tcp.7 b/man7/tcp.7
index 5834a3e763..4b567200e6 100644
--- a/man7/tcp.7
+++ b/man7/tcp.7
@@ -89,72 +89,6 @@ It provides a reliable, stream-oriented,
full-duplex connection between two sockets on top of
.BR ip (7),
for both v4 and v6 versions.
-.\"
-.\"
-.\"
-.TH TCP 7 2013-12-12 "Linux" "Linux Programmer's Manual"
-.SH NAME
-tcp \- TCP protocol
-.SH SYNOPSIS
-.B #include <sys/socket.h>
-.br
-.B #include <netinet/in.h>
-.br
-.B #include <netinet/tcp.h>
-.sp
-.B tcp_socket = socket(AF_INET, SOCK_STREAM, 0);
-.SH DESCRIPTION
-This is an implementation of the TCP protocol defined in
-RFC\ 793, RFC\ 1122 and RFC\ 2001 with the NewReno and SACK
-extensions.
-It provides a reliable, stream-oriented,
-full-duplex connection between two sockets on top of
-.BR ip (7),
-for both v4 and v6 versions.
-.\"
-.\"
-.\"
-.TH TCP 7 2013-12-12 "Linux" "Linux Programmer's Manual"
-.SH NAME
-tcp \- TCP protocol
-.SH SYNOPSIS
-.B #include <sys/socket.h>
-.br
-.B #include <netinet/in.h>
-.br
-.B #include <netinet/tcp.h>
-.sp
-.B tcp_socket = socket(AF_INET, SOCK_STREAM, 0);
-.SH DESCRIPTION
-This is an implementation of the TCP protocol defined in
-RFC\ 793, RFC\ 1122 and RFC\ 2001 with the NewReno and SACK
-extensions.
-It provides a reliable, stream-oriented,
-full-duplex connection between two sockets on top of
-.BR ip (7),
-for both v4 and v6 versions.
-.\"
-.\"
-.\"
-.TH TCP 7 2013-12-12 "Linux" "Linux Programmer's Manual"
-.SH NAME
-tcp \- TCP protocol
-.SH SYNOPSIS
-.B #include <sys/socket.h>
-.br
-.B #include <netinet/in.h>
-.br
-.B #include <netinet/tcp.h>
-.sp
-.B tcp_socket = socket(AF_INET, SOCK_STREAM, 0);
-.SH DESCRIPTION
-This is an implementation of the TCP protocol defined in
-RFC\ 793, RFC\ 1122 and RFC\ 2001 with the NewReno and SACK
-extensions.
-It provides a reliable, stream-oriented,
-full-duplex connection between two sockets on top of
-.BR ip (7),
-for both v4 and v6 versions.
TCP guarantees that the data arrives in order and
retransmits lost packets.
It generates and checks a per-packet checksum to catch