VirtualBox

Changeset 57958 in vbox


Ignore:
Timestamp:
Sep 29, 2015 11:46:45 PM (9 years ago)
Author:
vboxsync
Message:

Runtime/udp: use default connect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/udp.cpp

    r57957 r57958  
    716716        {
    717717            if (pDefaultDstAddr)
    718                 rc = rtSocketConnect(Sock, pDefaultDstAddr, 0);
     718                rc = rtSocketConnect(Sock, pDefaultDstAddr, RT_SOCKETCONNECT_DEFAULT_WAIT);
    719719            if (RT_SUCCESS(rc))
    720720            {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette