Maximum number of FD_SETSIZE = ?

Nguyen Minh Sang SangNM@fsoft.com.vn
Thu Aug 29 02:07:00 GMT 2002


Hi Experts,

On cygwin, in w32api/winsock.h:

typedef struct fd_set {
        u_int   fd_count;
        SOCKET  fd_array[FD_SETSIZE];
} fd_set;

Follow document, default FD_SETSIZE = 64 and We can increase over 64.
But I don't know the limit of that number = ? with the performance of
system is still OK.

thanks,
sangnm.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list