[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [JDEV] Minor 'bug'let ?





On Fri, 8 Jan 1999, Dirk-Willem van Gulik wrote:

> Jeremie wrote:
> > 
> > On the FD_SETSIZE issue in io.c, I updated it to track the largest
> > descriptor and use that value... attached is the diff I'm going to check
> > in tonight, let me know if it's wrong or broken...
> 
> Looks ok at first glance.. but it does not seem to track the write_fds.
> (Though
> from code logic I would assume that you always do a read and sometimes a
> right
> so the max from the writes is <= the max from the reads.

Yes, the write_fds is only a subset of the read_fds.

Jer