diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-23 03:39:07 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-23 15:36:03 +0100 |
| commit | 5d4f676f68671a0b87c4482fdbc120bf0c67e0be (patch) | |
| tree | 63c9032a8f50e044842390f12b19db3b014ff8a8 /man7/tcp.7 | |
| parent | 9cfc5a029814065b9ee8ca0f864ef927837f09d7 (diff) | |
| download | man-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.7 | 66 |
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 |
