Changeset 89575 in vbox for trunk/src/VBox/Devices/Audio/AudioTestService.h
- Timestamp:
- Jun 9, 2021 9:16:59 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTestService.h
r89541 r89575 25 25 26 26 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 31 33 32 34 /**
Note:
See TracChangeset
for help on using the changeset viewer.