VirtualBox

Changeset 23466 in vbox for trunk/src


Ignore:
Timestamp:
Oct 1, 2009 8:31:54 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53068
Message:

NAT: disable mbuf zone stats. TODO: make statistic in right way.

File:
1 edited

Legend:

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

    r23369 r23466  
    160160{
    161161#ifndef VBOX_WITH_SLIRP_BSD_MBUF
     162    /*
     163     * (vvl) this static code can't work with mbuf zone anymore
     164     * @todo: make statistic correct
     165     */
     166#if 0
    162167    struct mbuf *m;
    163168    int i;
     
    179184    lprint("  %6d mbufs on used list\n",  i);
    180185    lprint("  %6d mbufs queued as packets\n\n", if_queued);
     186#endif
    181187#endif
    182188}
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