mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Increase FD_SETSIZE back to 1024, select code fixed now
This commit is contained in:
parent
cf4dae1061
commit
faad6f1e34
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ typedef _BSD_TIME_T_ time_t;
|
|||
* be enough for most uses.
|
||||
*/
|
||||
#ifndef FD_SETSIZE
|
||||
#define FD_SETSIZE 256
|
||||
#define FD_SETSIZE 1024
|
||||
#endif
|
||||
|
||||
typedef long fd_mask;
|
||||
|
|
|
|||
Loading…
Reference in a new issue