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
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>
 
_________________________________________________________________________________
mozart-hackers mailing list                           
[email protected]      
http://www.mozart-oz.org/mailman/listinfo/mozart-hackers

Reply via email to