Changeset 33540 in vbox for trunk/src/VBox/NetworkServices/NAT
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp
r30445 r33540 450 450 { 451 451 /* 452 * To prevent concur ent execution of sending/receving threads452 * To prevent concurrent execution of sending/receiving threads 453 453 */ 454 454 #ifndef RT_OS_WINDOWS … … 459 459 return VERR_NO_MEMORY; 460 460 461 /* don't pass the managem ant pipe */461 /* don't pass the management pipe */ 462 462 slirp_select_fill(pThis->m_pNATState, &nFDs, &polls[1]); 463 463 unsigned int cMsTimeout = slirp_get_timeout_ms(pThis->m_pNATState);
Note:
See TracChangeset
for help on using the changeset viewer.