diff options
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 |
