VirtualBox

Changeset 4149 in vbox


Ignore:
Timestamp:
Aug 14, 2007 12:28:08 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23635
Message:

Ignore small packets (write LED)

File:
1 edited

Legend:

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

    r4140 r4149  
    18701870
    18711871    STAM_PROFILE_ADV_START(&pData->StatTransmitSend, a);
    1872     pData->Led.Asserted.s.fWriting = pData->Led.Actual.s.fWriting = 1;
     1872    if (pData->SendFrame.cb > 70) /* unqualified guess */
     1873        pData->Led.Asserted.s.fWriting = pData->Led.Actual.s.fWriting = 1;
    18731874    pData->pDrv->pfnSend(pData->pDrv, pData->SendFrame.pvBuf, pData->SendFrame.cb);
    18741875    pData->Led.Actual.s.fWriting = 0;
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