Code freeze for Mozart 1.3.2

Filip Konvička filip.konvicka.removethisantispamtoken at logis.cz
Fri Jun 2 08:59:01 CEST 2006


And one more patch - this is just 1 line! :-))

This sort of solves problems with sockets on Windows. I haven't had 
problems with it for at least six months now, and I'm using sockets 
quite heavily. See my "bug in tcp/ip on windows?" posts on this list for 
more info.

Cheers,
Filip
-------------- next part --------------
Index: platform/emulator/wsock.hh
===================================================================
RCS file: /services/mozart/CVS/mozart/platform/emulator/wsock.hh,v
retrieving revision 1.25
diff -u -r1.25 wsock.hh
--- platform/emulator/wsock.hh	25 Nov 2003 14:53:52 -0000	1.25
+++ platform/emulator/wsock.hh	15 Apr 2006 17:26:06 -0000
@@ -49,6 +49,7 @@
  #define OZNOINTERFACE
 #endif 
 
+ #define FD_SETSIZE 10240
  #include <windows.h>
  #include <winsock.h>
 


More information about the mozart-hackers mailing list