> > That looks fine as the first param to select > > is the highest-numbered file descriptor + 1. > > Arguably 1 is more correct than 0.
I think this patch is fine. OTOH 1 is *not* more correct than 0, because it implies that fd 0 might be tested. The other uses are for WinSock only, so they should not matter. Paolo