On Wed, 27 Sep 2000, Chen, Eric wrote:

> Dear Helpers:
> 
> This is a question from a Linux idiot.  Please bear with me.  I have brought
> up a PC running Linux 6.2.  I need to develop a simple C program using
> TCP/IP protocol (socket interface) to talk to another PC on the network.  I
> need some help in getting the necessary documentation and sample code about
> socket interface to write such program.  Any input will be appreciated.


Start looking at :

man 2 socket 
man 2 bind
man 2 connect
man 2 listen
man 2 send
man 2 recv

The're some pretty good books out there, 'Unix networking' being one of
them. I don't have it here right now, so can't give ISBN / Author.

> Eric


        Igmar

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to