Changeset 22353 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Aug 19, 2009 5:44:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r22341 r22353 61 61 */ 62 62 #define VBOX_NAT_DELAY_HACK 63 #if 063 #if 1 64 64 #define SLIRP_SPLIT_CAN_OUTPUT 1 65 65 #endif … … 637 637 pReq->u.Internal.aArgs[2] = (uintptr_t)cb; 638 638 pReq->fFlags = RTREQFLAGS_VOID|RTREQFLAGS_NO_WAIT; 639 rc = RTReqQueue(pReq, 0); /* don't wait, we have to wakeup the NAT thread fist */639 rc = RTReqQueue(pReq, 0); 640 640 AssertReleaseRC(rc); 641 641 drvNATRxWakeup(pThis->pDrvIns, pThis->thrNATRx);
Note:
See TracChangeset
for help on using the changeset viewer.