Re: Obtaining client host IP before accept()

1999-06-19 Thread Bodo Rueskamp
> > Will the IP address of the client host ever enter buf[] if the > > accept() is _not_ uncommented? > > I don't need portability, since this is for use within the FreeBSD inetd > > exclusively. > > Well if you CAN'T do it in FreeBSD, is there an OS we can copy the API from > that D

RE: Obtaining client host IP before accept()

1999-06-18 Thread Daniel J. O'Connor
On 18-Jun-99 Sheldon Hearn wrote: > Will the IP address of the client host ever enter buf[] if the > accept() is _not_ uncommented? > > I don't need portability, since this is for use within the FreeBSD inetd > exclusively. Well if you CAN'T do it in FreeBSD, is there an OS we can