VirtualBox

Changeset 63483 in vbox for trunk/src


Ignore:
Timestamp:
Aug 15, 2016 2:25:03 PM (8 years ago)
Author:
vboxsync
Message:

tstRTTcp-1: apply Solaris VERR_NET_ADDRESS_IN_USE fudge to Linux as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTTcp-1.cpp

    r62571 r63483  
    7676        PRTTCPSERVER pServer;
    7777        int rc = RTTcpServerCreate("localhost", 9999, RTTHREADTYPE_DEFAULT, "server-2", test3Server, NULL, &pServer);
    78 #ifdef RT_OS_SOLARIS
     78#if defined(RT_OS_SOLARIS) || defined(RT_OS_LINUX)
    7979        /** @todo testboxsh1 occationally hits this for some stupid reason. i=21 in
    80          *        one occurrence. Fudge a bit for now and see if it helps. */
     80         *        one occurrence. Fudge a bit for now and see if it helps.
     81         *        Same for testboxopt, i=98 in another case. */
    8182        if (rc == VERR_NET_ADDRESS_IN_USE)
    8283        {
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