|
|
| puzzlecracker 2005-01-19, 5:53 pm |
| Can someone show or direct me to an illustration of these two socket
system calls... I couldnt find a sufficient illustrative explanation.
thanks
| |
| Måns Rullgård 2005-01-19, 5:53 pm |
| "puzzlecracker" <ironsel2000@gmail.com> writes:
> Can someone show or direct me to an illustration of these two socket
> system calls... I couldnt find a sufficient illustrative explanation.
I'm sure one of the books I mentioned previously has good examples.
You really should read a good book if you want to learn this stuff.
--
Måns Rullgård
mru@inprovide.com
| |
| Fletcher Glenn 2005-01-19, 5:53 pm |
| puzzlecracker wrote:
> Can someone show or direct me to an illustration of these two socket
> system calls... I couldnt find a sufficient illustrative explanation.
> thanks
>
In function these are the same. In implementation they use different
data structures to communicate which and how the sockets are to be
monitored. These different data mechanisms also determine how the
output is presented and used. See the man pages for these system calls.
--
Fletcher Glenn
|
|
|
|