Changeset 28364 in vbox for trunk/src/VBox
- Timestamp:
- Apr 15, 2010 2:31:05 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60124
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp
r28147 r28364 225 225 WaitReq.hIf = m_hIf; 226 226 WaitReq.cMillies = 2000; /* 2 secs - the sleep is for some reason uninterruptible... */ /** @todo fix interruptability in SrvIntNet! */ 227 #if 0227 #if 1 228 228 RTReqProcess(m_pSendQueue, 0); 229 229 RTReqProcess(m_pUrgSendQueue, 0);
Note:
See TracChangeset
for help on using the changeset viewer.