VirtualBox

Ignore:
Timestamp:
Jun 9, 2021 9:16:59 AM (3 years ago)
Author:
vboxsync
Message:

Audio/ValKit: More code for completely self-contained (self) testing. bugref:10008

File:
1 edited

Legend:

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

    r89541 r89575  
    2525
    2626
    27 /** Default TCP/IP port the ATS (Audio Test Service) is running on. */
    28 #define ATS_TCP_DEFAULT_PORT        6052
    29 /** Alternative TCP/IP port the ATS (Audio Test Service) is running on. */
    30 #define ATS_TCP_ALT_PORT            6042
     27/** Default TCP/IP port the host ATS (Audio Test Service) is running on. */
     28#define ATS_TCP_HOST_DEFAULT_PORT        6052
     29/** Default TCP/IP address the host ATS (Audio Test Service) is running on. */
     30#define ATS_TCP_HOST_DEFAULT_ADDR_STR    "127.0.0.1"
     31/** Default TCP/IP port the guest ATS (Audio Test Service) is running on. */
     32#define ATS_TCP_GUEST_DEFAULT_PORT       6042
    3133
    3234/**
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