Changeset 92463 in vbox for trunk/src/VBox/Devices/Audio/AudioTestServiceTcp.cpp
- Timestamp:
- Nov 16, 2021 3:55:37 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148321
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTestServiceTcp.cpp
r92073 r92463 900 900 RTStrmPrintf(pStream, 901 901 " --tcp-conn-mode <0=both|1=client|2=server>\n" 902 " Selects the connection mode.\n"903 " 902 " Selects the connection mode\n" 903 " Default: 0 (both)\n" 904 904 " --tcp-bind-addr[ess] <address>\n" 905 " The address(es) to listen to TCP connection on.Empty string\n"906 " means any address, this is the default.\n"905 " The address(es) to listen to TCP connection on. Empty string\n" 906 " means any address, this is the default\n" 907 907 " --tcp-bind-port <port>\n" 908 " The port to listen to TCP connections on.\n"909 " 908 " The port to listen to TCP connections on\n" 909 " Default: %u\n" 910 910 " --tcp-connect-addr[ess] <address>\n" 911 " The address of the server to try connect to in client mode.\n"912 " 911 " The address of the server to try connect to in client mode\n" 912 " Default: " ATS_TCP_DEF_CONNECT_GUEST_STR "\n" 913 913 " --tcp-connect-port <port>\n" 914 " The port on the server to connect to in client mode.\n"915 " 914 " The port on the server to connect to in client mode\n" 915 " Default: %u\n" 916 916 , ATS_TCP_DEF_BIND_PORT_GUEST, ATS_TCP_DEF_CONNECT_PORT_GUEST); 917 917 }
Note:
See TracChangeset
for help on using the changeset viewer.