VirtualBox

Ignore:
Timestamp:
Aug 16, 2016 2:05:03 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110219
Message:

scm: cleaning up todos

Location:
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltM-win.cpp

    r62710 r63564  
    384384    }
    385385
    386     /* TODO: */
     386    /** @todo */
    387387    *OpenErrorStatus = Status;
    388388
     
    710710
    711711            /* netflt is active, update the cached value */
    712             /* TODO: in case we are are not in promiscuous now, we are issuing a request.
     712            /** @todo in case we are are not in promiscuous now, we are issuing a request.
    713713             * what should we do in case of a failure?
    714714             * i.e. should we update the fUpperProtocolSetFilter in completion routine in this case? etc. */
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltP-win.cpp

    r62719 r63564  
    588588
    589589#if defined(DEBUG_NETFLT_PACKETS) || !defined(VBOX_LOOPBACK_USEFLAGS)
    590     /* @todo: for optimization we could check only for netflt-mode packets
     590    /** @todo for optimization we could check only for netflt-mode packets
    591591     * do it for all for now */
    592592     vboxNetFltWinLbRemoveSendPacket(pNetFlt, pPacket);
     
    13101310                    VBOXNETFLT_LBVERIFY(pNetFlt, pPacket);
    13111311#ifdef DEBUG_misha
    1312                     /*TODO: remove this assert.
     1312                    /** @todo remove this assert.
    13131313                     * this is a temporary assert for debugging purposes:
    13141314                     * we're probably doing something wrong with the packets if the miniport reports NDIS_STATUS_RESOURCES */
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltRt-win.cpp

    r63549 r63564  
    807807#endif
    808808
    809             /*TODO: FIXME: !!! the better approach for performance would be to dequeue all packets at once
     809            /** @todo FIXME: !!! the better approach for performance would be to dequeue all packets at once
    810810             * and then go through all dequeued packets
    811811             * the same should be done for enqueue !!! */
     
    974974        }
    975975
    976         /* @todo: how would we fail in this case ?*/
     976        /** @todo how would we fail in this case ?*/
    977977    }
    978978    return Status;
     
    11941194            {
    11951195                AssertFailed();
    1196                 /* TODO: what status to set? */
     1196                /** @todo what status to set? */
    11971197                fStatus = NDIS_STATUS_FAILURE;
    11981198                vboxNetFltWinMemFree(pSG);
     
    12241224            {
    12251225                AssertFailed();
    1226                 /* TODO: what status to set? */
     1226                /** @todo what status to set? */
    12271227                fStatus = NDIS_STATUS_FAILURE;
    12281228                break;
     
    12971297    if (status != NDIS_STATUS_SUCCESS)
    12981298    {
    1299         /* TODO */
     1299        /** @todo */
    13001300        AssertFailed();
    13011301    }
     
    13451345    if (status != NDIS_STATUS_SUCCESS)
    13461346    {
    1347         /* TODO */
     1347        /** @todo */
    13481348        AssertFailed();
    13491349        return false;
     
    13721372        if (fStatus != NDIS_STATUS_SUCCESS)
    13731373        {
    1374             /* TODO: */
     1374            /** @todo */
    13751375            AssertFailed();
    13761376            return fStatus;
     
    14051405            if (fStatus != NDIS_STATUS_SUCCESS)
    14061406            {
    1407                 /* TODO */
     1407                /** @todo */
    14081408                AssertFailed();
    14091409                return fStatus;
     
    15281528        PVOID pvMemBuf;
    15291529
    1530         /* @todo: generally we do not always need to zero-initialize the complete OOB data here, reinitialize only when/what we need,
     1530        /** @todo generally we do not always need to zero-initialize the complete OOB data here, reinitialize only when/what we need,
    15311531         * however we DO need to reset the status for the packets we indicate via NdisMIndicateReceivePacket to avoid packet loss
    15321532         * in case the status contains NDIS_STATUS_RESOURCES */
     
    15861586                    NdisGetPacketFlags(pPacket) = 0;
    15871587                }
    1588                 /* TODO: set out of bound data */
     1588                /** @todo set out of bound data */
    15891589            }
    15901590            else
     
    16741674    if (RT_FAILURE(rc))
    16751675    {
    1676         /* TODO: we can not prevent driver unload here */
     1676        /** @todo we can not prevent driver unload here */
    16771677        AssertFailed();
    16781678
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