File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ It's not really a tutorial - you'll still have work to do in getting things
2323working. It doesn't cover the fine points (and there are a lot of them), but I
2424hope it will give you enough background to begin using them decently.
2525
26- I'm only going to talk about INET sockets, but they account for at least 99% of
27- the sockets in use. And I'll only talk about STREAM sockets - unless you really
26+ I'm only going to talk about INET (i.e. IPv4) sockets, but they account for at least 99% of
27+ the sockets in use. And I'll only talk about STREAM (i.e. TCP) sockets - unless you really
2828know what you're doing (in which case this HOWTO isn't for you!), you'll get
2929better behavior and performance from a STREAM socket than anything else. I will
3030try to clear up the mystery of what a socket is, as well as some hints on how to
You can’t perform that action at this time.
0 commit comments