Re: TCP/IP socket problem


Subject: Re: TCP/IP socket problem
Blintegra@aol.com
Date: Thu Oct 26 2000 - 20:07:10 MDT


I have done alot of socket programming, and the code in Steven's book does
work. To create a client you need to:
1) Create a socket (Internet Domain or Unix Domain)
2) bind the socket to the your host's IP Address.
3) then connect()

That really should do it. I would check your code against Steven's.

Dan



This archive was generated by hypermail 2a24 : Thu Oct 26 2000 - 20:15:05 MDT