VirtualBox

Changeset 53536 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Dec 14, 2014 9:30:26 PM (10 years ago)
Author:
vboxsync
Message:

Runtime/socket: Add timeout argument to RTTcpClientConnectEx to specify the amount of time waiting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/socket.h

    r53487 r53536  
    5959int rtSocketListen(RTSOCKET hSocket, int cMaxPending);
    6060int rtSocketAccept(RTSOCKET hSocket, PRTSOCKET phClient, struct sockaddr *pAddr, size_t *pcbAddr);
    61 int rtSocketConnect(RTSOCKET hSocket, PCRTNETADDR pAddr);
     61int rtSocketConnect(RTSOCKET hSocket, PCRTNETADDR pAddr, RTMSINTERVAL cMillies);
    6262int rtSocketSetOpt(RTSOCKET hSocket, int iLevel, int iOption, void const *pvValue, int cbValue);
    6363#endif /* IPRT_INTERNAL_SOCKET_POLLING_ONLY */
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