VirtualBox

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


Ignore:
Timestamp:
Nov 28, 2009 9:51:13 AM (15 years ago)
Author:
vboxsync
Message:

NAT: disable mbuf water line control.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/mbuf.c

    r23490 r25067  
    161161    /* Insert it in the used list */
    162162    mbuf_alloced++;
     163#if 0
    163164    if (mbuf_alloced >= MBUF_ZONE_SIZE/2)
    164165    {
    165166        pData->fmbuf_water_line = 1;
    166167    }
     168#endif
    167169    insque(pData, m, &m_usedlist);
    168170    m->m_flags = (flags | M_USEDLIST);
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