VirtualBox

Ignore:
Timestamp:
Aug 26, 2021 1:38:34 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: More connection mode handling. bugref:10008

File:
1 edited

Legend:

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

    r90830 r90912  
    178178int AudioTestSvcShutdown(PATSSERVER pThis);
    179179
     180/**
     181 * Enumeration for the server connection mode.
     182 * Only applies to certain transport implementation like TCP/IP.
     183 */
     184typedef enum ATSCONNMODE
     185{
     186    /** Both: Uses parallel client and server connection methods (via threads). */
     187    ATSCONNMODE_BOTH = 0,
     188    /** Client only: Connects to a server. */
     189    ATSCONNMODE_CLIENT,
     190    /** Server only: Listens for new incoming client connections. */
     191    ATSCONNMODE_SERVER,
     192    /** 32bit hack. */
     193    ATSCONNMODE_32BIT_HACK = 0x7fffffff
     194} ATSCONNMODE;
     195
    180196/** TCP/IP options for the ATS server.
    181197 *  @todo Make this more abstract later. */
    182198enum ATSTCPOPT
    183199{
    184     ATSTCPOPT_MODE = 5000,
     200    ATSTCPOPT_CONN_MODE = 5000,
    185201    ATSTCPOPT_BIND_ADDRESS,
    186202    ATSTCPOPT_BIND_PORT,
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