On Wed, 30 Oct 2002 at 18:36:24 +1300, Matt Sullivan wrote: > You say you are getting connect errors. What exactly are the errors i.e. you > should see output from index like: > > Can't connect to host: foo (x.x.x.x): bar > > What are the "bar"'s in your case (it will be "Too many open files" if the > above is the problem).
Actually I found it is reported as "Bad file descriptor" as the result of socket() is passed unchecked to Connect(). Matt.
