Index: /trunk/src/VBox/Runtime/r3/udp.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/udp.cpp	(revision 57957)
+++ /trunk/src/VBox/Runtime/r3/udp.cpp	(revision 57958)
@@ -716,5 +716,5 @@
         {
             if (pDefaultDstAddr)
-                rc = rtSocketConnect(Sock, pDefaultDstAddr, 0);
+                rc = rtSocketConnect(Sock, pDefaultDstAddr, RT_SOCKETCONNECT_DEFAULT_WAIT);
             if (RT_SUCCESS(rc))
             {
