Changeset 90917 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Aug 26, 2021 3:26:00 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146554
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTestServiceTcp.cpp
r90912 r90917 319 319 if (RT_SUCCESS(rc) || atsTcpIsFatalClientConnectStatus(rc)) 320 320 break; 321 322 if (pThis->fStopConnecting) 323 { 324 rc = VINF_SUCCESS; 325 break; 326 } 321 327 322 328 /* Delay a wee bit before retrying. */
Note:
See TracChangeset
for help on using the changeset viewer.