From: Mark Hobley on
Bill Cunningham <nospam(a)nspam.invalid> wrote:
> I received the book I ordered and was very disappointed. The book said
> copyright 89 and 90 and had one chapter on TCP/IP. I don't even know if the
> web was around in '89. The C is a very strange syntax pre-ANSI I would say:
>
> main(argc, argv)
> int argc;
> char *argv[];

What book was it Bill?

Mark.

--
Mark Hobley
Linux User: #370818 http://markhobley.yi.org/

From: Bill Cunningham on
Mark Hobley wrote:

> What book was it Bill?

It's called "UNIX networking" by Kochan and Wood. So much can be done
with gettaddrinfo() now but the code in this book declares many objects of
type struct sockaddr and all the other struct declared in socket.h and
netdb.h.

Bill