VirtualBox

Changeset 90768 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Aug 20, 2021 6:15:49 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146402
Message:

Audio/ValKit: Use different ATS TCP/IP ports for each use case so that's easier to follow what is what. bugref:10008

File:
1 edited

Legend:

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

    r89962 r90768  
    3030
    3131/** Default TCP/IP bind port the guest ATS (Audio Test Service) is listening on. */
    32 #define ATS_TCP_DEF_BIND_PORT_GUEST       6052
     32#define ATS_TCP_DEF_BIND_PORT_GUEST                6042
    3333/** Default TCP/IP bind port the host ATS is listening on. */
    34 #define ATS_TCP_DEF_BIND_PORT_HOST        6042
     34#define ATS_TCP_DEF_BIND_PORT_HOST                 6052
    3535/** Default TCP/IP ATS bind port the ValidationKit Audio Driver ATS is listening on. */
    36 #define ATS_TCP_DEF_BIND_PORT_VALKIT      6052
     36#define ATS_TCP_DEF_BIND_PORT_VALKIT               6062
    3737/** Default TCP/IP port the guest ATS is connecting to. */
    38 #define ATS_TCP_DEF_CONNECT_PORT_GUEST    ATS_TCP_DEF_BIND_PORT_HOST
     38#define ATS_TCP_DEF_CONNECT_PORT_GUEST              ATS_TCP_DEF_BIND_PORT_HOST
    3939/** Default TCP/IP port the host ATS is connecting to the guest (needs NAT port forwarding). */
    40 #define ATS_TCP_DEF_CONNECT_PORT_HOST_PORT_FWD     6062
     40#define ATS_TCP_DEF_CONNECT_PORT_HOST_PORT_FWD     6072
    4141/** Default TCP/IP port the host ATS is connecting to. */
    42 #define ATS_TCP_DEF_CONNECT_PORT_VALKIT   ATS_TCP_DEF_BIND_PORT_VALKIT
     42#define ATS_TCP_DEF_CONNECT_PORT_VALKIT            ATS_TCP_DEF_BIND_PORT_VALKIT
    4343/** Default TCP/IP address the host is connecting to. */
    44 #define ATS_TCP_DEF_CONNECT_HOST_ADDR_STR "127.0.0.1"
     44#define ATS_TCP_DEF_CONNECT_HOST_ADDR_STR          "127.0.0.1"
    4545/** Default TCP/IP address the guest ATS connects to when
    4646 *  running in client mode (reversed mode, needed for NATed VMs). */
    47 #define ATS_TCP_DEF_CONNECT_GUEST_STR     "10.0.2.2"
     47#define ATS_TCP_DEF_CONNECT_GUEST_STR              "10.0.2.2"
    4848
    4949/**
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette