Update to fix Windows test script bug (C)

This commit is contained in:
Chris Teubert
2014-12-02 13:42:57 -08:00
parent 1786f4e248
commit a5c75f4a64

View File

@@ -431,7 +431,9 @@ short connTest() // setConn test
short DREFSizes[100];
struct xpcSocket sendPort, recvPort;
short result = 0;
#if (__APPLE__ || __linux)
usleep(0);
#endif
// Setup
sendPort = openUDP( 49067, "127.0.0.1", 49009 );