Changeset 57958 in vbox
- Timestamp:
- Sep 29, 2015 11:46:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/udp.cpp
r57957 r57958 716 716 { 717 717 if (pDefaultDstAddr) 718 rc = rtSocketConnect(Sock, pDefaultDstAddr, 0);718 rc = rtSocketConnect(Sock, pDefaultDstAddr, RT_SOCKETCONNECT_DEFAULT_WAIT); 719 719 if (RT_SUCCESS(rc)) 720 720 {
Note:
See TracChangeset
for help on using the changeset viewer.