moved the maximum number of file descriptors up to 4096

This commit is contained in:
Jeff Hill
2003-04-29 17:22:06 +00:00
parent 6b63f7c2f0
commit 595eadb9f6
+3 -1
View File
@@ -19,8 +19,10 @@
//
// NOTES:
// 1) This library is not thread safe
// 2) The maximum number of file desriptiors is currently set to 4096
//
//
#define FD_SETSIZE 4096
//
// ANSI C