Hi,
Can we set the FD_SETSIZE to a higher number then 64
on Windows platform?
Here is what docs say:
The default value of FD_SETSIZE is 64, which can be modified by defining FD_SETSIZE to another value before including Winsock2.h
So, I'd like that we define the FD_SETSIZE to a 1024, like its defined on most other platforms (POSIX). I've tested that with really high values (16384), and the select works fine.
Any objections for committing that?
Regards, Mladen.
