
17 Dec
2004
17 Dec
'04
3:19 p.m.
"CIM Massy" <mlk141@wanadoo.fr> wrote:
And it does only work for the first 31 pairs of "services". [cut] It does not seem to be a W2K problem since it works with the 64 first services.
The problem is that Windows only supports 64 file descriptors in a single FD_SET structure by default: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/win... You can build stunnel with a bigger FD_SET. It's not used by default because of increased memory consumption. Please let me know if you need my help. Best regards, Mike