Changeset 90768 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Aug 20, 2021 6:15:49 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTestService.h
r89962 r90768 30 30 31 31 /** Default TCP/IP bind port the guest ATS (Audio Test Service) is listening on. */ 32 #define ATS_TCP_DEF_BIND_PORT_GUEST 605232 #define ATS_TCP_DEF_BIND_PORT_GUEST 6042 33 33 /** Default TCP/IP bind port the host ATS is listening on. */ 34 #define ATS_TCP_DEF_BIND_PORT_HOST 604234 #define ATS_TCP_DEF_BIND_PORT_HOST 6052 35 35 /** Default TCP/IP ATS bind port the ValidationKit Audio Driver ATS is listening on. */ 36 #define ATS_TCP_DEF_BIND_PORT_VALKIT 605236 #define ATS_TCP_DEF_BIND_PORT_VALKIT 6062 37 37 /** Default TCP/IP port the guest ATS is connecting to. */ 38 #define ATS_TCP_DEF_CONNECT_PORT_GUEST ATS_TCP_DEF_BIND_PORT_HOST38 #define ATS_TCP_DEF_CONNECT_PORT_GUEST ATS_TCP_DEF_BIND_PORT_HOST 39 39 /** 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 60 6240 #define ATS_TCP_DEF_CONNECT_PORT_HOST_PORT_FWD 6072 41 41 /** Default TCP/IP port the host ATS is connecting to. */ 42 #define ATS_TCP_DEF_CONNECT_PORT_VALKIT ATS_TCP_DEF_BIND_PORT_VALKIT42 #define ATS_TCP_DEF_CONNECT_PORT_VALKIT ATS_TCP_DEF_BIND_PORT_VALKIT 43 43 /** 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" 45 45 /** Default TCP/IP address the guest ATS connects to when 46 46 * 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" 48 48 49 49 /**
Note:
See TracChangeset
for help on using the changeset viewer.