VirtualBox

Changeset 22353 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Aug 19, 2009 5:44:48 PM (15 years ago)
Author:
vboxsync
Message:

NAT: temporal enabling Req queue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvNAT.cpp

    r22341 r22353  
    6161 */
    6262#define VBOX_NAT_DELAY_HACK
    63 #if 0
     63#if 1
    6464#define SLIRP_SPLIT_CAN_OUTPUT 1
    6565#endif
     
    637637    pReq->u.Internal.aArgs[2] = (uintptr_t)cb;
    638638    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);
    640640    AssertReleaseRC(rc);
    641641    drvNATRxWakeup(pThis->pDrvIns, pThis->thrNATRx);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette