VirtualBox

Changeset 34041 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 12, 2010 6:56:40 PM (14 years ago)
Author:
vboxsync
Message:

NAT: handling occasional mbuf chain transmission.

File:
1 edited

Legend:

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

    r34039 r34041  
    15681568     */
    15691569    Assert((!m->m_next));
     1570    if (m->m_next)
     1571    {
     1572        Log(("NAT: if_encap's recived the chain, dropping..."));
     1573        m_freem(pData, m);
     1574        goto done;
     1575    }
    15701576    mbuf = mtod(m, uint8_t *);
    15711577    eh->h_proto = RT_H2N_U16(eth_proto);
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