VirtualBox

Changeset 91030 in vbox


Ignore:
Timestamp:
Aug 31, 2021 12:03:07 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Trying to resolve the connection issues by checking whether clients were connected in reverse mode or not. This would otherwise end up in connecting more and more clients without any real use. See comments. ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioTestService.cpp

    r91024 r91030  
    10421042
    10431043            /**
    1044              * If the new client is from a remote server (also called a reverse connection)
    1045              * instead from this server, exit this loop and stop trying to connect to the remote server.
     1044             * If the new client is not from our server but from a remote server (also called a reverse connection),
     1045             * exit this loop and stop trying to connect to the remote server.
    10461046             *
    10471047             * Otherwise we would connect lots and lots of clients without any real use.
     
    10491049             ** @todo Improve this handling -- there might be a better / more elegant solution.
    10501050             */
    1051             if (fFromServer)
     1051            if (!fFromServer)
    10521052                break;
    10531053        }
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