Commit d5648ac3 authored by R David Murray's avatar R David Murray

#15130: remove repeat of abstract paragraph from socket howto body.

Patch by Tshepang Lekhonkhobe.
parent e21b6ae7
...@@ -19,12 +19,6 @@ ...@@ -19,12 +19,6 @@
Sockets Sockets
======= =======
Sockets are used nearly everywhere, but are one of the most severely
misunderstood technologies around. This is a 10,000 foot overview of sockets.
It's not really a tutorial - you'll still have work to do in getting things
working. It doesn't cover the fine points (and there are a lot of them), but I
hope it will give you enough background to begin using them decently.
I'm only going to talk about INET sockets, but they account for at least 99% of I'm only going to talk about INET sockets, but they account for at least 99% of
the sockets in use. And I'll only talk about STREAM sockets - unless you really the sockets in use. And I'll only talk about STREAM sockets - unless you really
know what you're doing (in which case this HOWTO isn't for you!), you'll get know what you're doing (in which case this HOWTO isn't for you!), you'll get
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment