Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
> I'm looking for info on opening sockets & doing tcp/ip
> with C. SLUUG had a presentation on it a few months
> back but I can't remember which books etc. were
> recommended. Anyone have any suggestions ?
As for books, I don't think anybody would rail against Douglas Comer
(Internetworking with TCP/IP Vol. III). It's a bit dry IIRC, but it's
what pretty well everyone uses for their reference.
There are, of course, various man pages on the subject, by which you might
actually be able to sort out what you need to do (warning: Ouija Board
required).
Other than that, you might want to look at the source for a very simple
program somewhere. (how simple is the source to nc?)
--Mark