mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 23:48:09 +01:00
Back ut FD_SETSIZE increasing until related kernel issues will be resolved
This commit is contained in:
parent
098f7d11d1
commit
a859cfcea9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22780
@ -136,7 +136,7 @@ typedef _BSD_TIME_T_ time_t;
|
||||
* be enough for most uses.
|
||||
*/
|
||||
#ifndef FD_SETSIZE
|
||||
#define FD_SETSIZE 1024
|
||||
#define FD_SETSIZE 256
|
||||
#endif
|
||||
|
||||
typedef long fd_mask;
|
||||
|
Loading…
Reference in New Issue
Block a user