mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Default size for FD_SETSIZE is 1024 not 256.
PR: bin/4177 Submitted by: Wolfgang Helbig <helbig@MX-BA.Stuttgart.De>
This commit is contained in:
parent
97b03f87de
commit
312ecb009a
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ was invalid.
|
|||
.Sh NOTES
|
||||
The default size of
|
||||
.Dv FD_SETSIZE
|
||||
is currently 256.
|
||||
is currently 1024.
|
||||
In order to accomodate programs which might potentially
|
||||
use a larger number of open files with
|
||||
.Fn select
|
||||
|
|
|
|||
Loading…
Reference in a new issue