VirtualBox

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


Ignore:
Timestamp:
Aug 12, 2009 12:20:05 PM (15 years ago)
Author:
vboxsync
Message:

NAT: Disabling PDMQueueFlush

File:
1 edited

Legend:

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

    r22202 r22205  
    209209            goto flusher_sleeping; /*flushing won't give any results */
    210210        }
     211#if 0
    211212        pThis->output_flag = 0;
    212213        PDMQueueFlush(pThis->pSendQueue);
    213214        rc = pThis->pPort->pfnWaitReceiveAvail(pThis->pPort, 0);
    214215        pThis->output_flag = RT_SUCCESS(rc) ? 1 : 0;
     216#endif
    215217    flusher_sleeping:
    216218        RTSemEventWait(pThis->semPDMQueueFlusher, RT_INDEFINITE_WAIT);
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