Re: help with socket programming

2002-10-24 Thread Andrey Simonenko
On Wed, 23 Oct 2002 22:45:06 + (UTC) in lucky.freebsd.questions, Vinod wrote: i need a socket descriptor handle to process all my clients which fork out.but the handle i was using new_fd(see below) turned out to be the same for all. listen(..,..) for(;;) { int

help with socket programming

2002-10-23 Thread Vinod
I needed some help with unix socket programming.i have the richard steven's book but couldnt solve this. i need a socket descriptor handle to process all my clients which fork out.but the handle i was using new_fd(see below) turned out to be the same for all. listen(..,..) for(;;) { int