Changeset 27976 in vbox for trunk/src/VBox/NetworkServices/NAT
- Timestamp:
- Apr 4, 2010 2:16:32 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59682
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp
r27901 r27976 375 375 if (!urg) 376 376 { 377 while (ASMAtomicReadU32(&g_pNAT->cUrgPkt) != 0 377 while (ASMAtomicReadU32(&g_pNAT->cUrgPkt) != 0 378 378 || ASMAtomicReadU32(&g_pNAT->cPkt) == 0) 379 379 rc = RTSemEventWait(g_pNAT->m_EventSend, RT_INDEFINITE_WAIT); 380 } 380 } 381 381 else 382 382 { … … 394 394 395 395 rc = INTNETRingWriteFrame(&pThis->m_pIfBuf->Send, pvFrame, cbFrame); 396 396 397 397 } 398 398 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.