diff options
author | 2004-02-08 19:20:23 +0000 | |
---|---|---|
committer | 2004-02-08 19:20:23 +0000 | |
commit | dd010110671938ba6d365ea2876bdbe5f9a3765a (patch) | |
tree | 5429c64aa9e9e926e50d8c3f7417ff8df79d95c0 /lib/libc/sys | |
parent | forget about 16 bit machines; millert ok (diff) | |
download | wireguard-openbsd-dd010110671938ba6d365ea2876bdbe5f9a3765a.tar.xz wireguard-openbsd-dd010110671938ba6d365ea2876bdbe5f9a3765a.zip |
FD_SETSIZE has been cranked up to 1024
ok deraadt@ millert@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/select.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index e12f654de2c..430dfbf9d41 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.25 2004/01/23 23:08:46 jmc Exp $ +.\" $OpenBSD: select.2,v 1.26 2004/02/08 19:20:23 otto Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -179,7 +179,7 @@ The default bit size of .Ft fd_set is based on the symbol .Dv FD_SETSIZE -(currently 256), +(currently 1024), but that is somewhat smaller than the current kernel limit to the number of open files. However, in order to accommodate programs which might potentially |