FD_SETSIZE

Default FD_SETSIZE value. In C/C++, it is redefinable by #define-ing the macro before #include-ing winsock.h. In D, use the FD_CREATE function to allocate a fd_set of an arbitrary size.

version(Windows)
extern (Windows) nothrow
enum int FD_SETSIZE;

Meta