# HG changeset patch # User Kim F. Storm # Date 1167053418 0 # Node ID b136953eeaa44d31839459c045a90014ab33e155 # Parent 77f575e4f07e362f89e48b5b82de0a9bd3701c94 (BROKEN_DATAGRAM_SOCKETS): Define it. diff -r 77f575e4f07e -r b136953eeaa4 src/s/ms-w32.h --- a/src/s/ms-w32.h Mon Dec 25 13:30:09 2006 +0000 +++ b/src/s/ms-w32.h Mon Dec 25 13:30:18 2006 +0000 @@ -142,6 +142,11 @@ #define BROKEN_NON_BLOCKING_CONNECT 1 +/* And the select implementation does 1-byte read-ahead waiting + for received packets, so datagrams are broken too. */ + +#define BROKEN_DATAGRAM_SOCKETS 1 + /* Define this symbol if your system has the functions bcopy, etc. */ #define BSTRING