Subject: Re: default maximum number of open file descriptors too small?
To: None <tech-kern@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: tech-kern
Date: 11/29/1995 16:36:03
> I seem to remember that fd_sets once were plain integer arrays.
> 4.2BSD?
Arrays, hell, not so very long ago fd_set didn't exist, and you just
used an int. You couldn't have more than 32 descriptors open anyway,
so why not?
I forget whether this was on 4.2 or 4.3....
der Mouse
mouse@collatz.mcrcim.mcgill.edu