VirtualBox

Ignore:
Timestamp:
Oct 30, 2009 3:14:39 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54150
Message:

netflt/win: fix to new loopback hanndling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c

    r24190 r24203  
    973973                {
    974974                    /* the packet is not from int net, need to pass it up to the host */
    975                     vboxNetFltWinPtQueueReceivedPacket(pAdapt, pPacket, true);
     975                    vboxNetFltWinPtQueueReceivedPacket(pAdapt, pPacket, FALSE);
    976976                    /* dereference NetFlt, pAdapt will be dereferenced on Packet return */
    977977                    vboxNetFltWinDereferenceNetFlt(pNetFltIf);
     
    13541354                    if(pMyPacket)
    13551355                    {
    1356                         vboxNetFltWinPtQueueReceivedPacket(pAdapt, pMyPacket, true);
     1356                        vboxNetFltWinPtQueueReceivedPacket(pAdapt, pMyPacket, FALSE);
    13571357                        /* dereference the NetFlt here & indicate SUCCESS, which would mean the caller would not do a dereference
    13581358                         * the pAdapt dereference will be done on packet return */
Note: See TracChangeset for help on using the changeset viewer.

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