- Timestamp:
- Aug 15, 2016 2:25:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTTcp-1.cpp
r62571 r63483 76 76 PRTTCPSERVER pServer; 77 77 int rc = RTTcpServerCreate("localhost", 9999, RTTHREADTYPE_DEFAULT, "server-2", test3Server, NULL, &pServer); 78 #if def RT_OS_SOLARIS78 #if defined(RT_OS_SOLARIS) || defined(RT_OS_LINUX) 79 79 /** @todo testboxsh1 occationally hits this for some stupid reason. i=21 in 80 * one occurrence. Fudge a bit for now and see if it helps. */ 80 * one occurrence. Fudge a bit for now and see if it helps. 81 * Same for testboxopt, i=98 in another case. */ 81 82 if (rc == VERR_NET_ADDRESS_IN_USE) 82 83 {
Note:
See TracChangeset
for help on using the changeset viewer.