VirtualBox

Changeset 27986 in vbox


Ignore:
Timestamp:
Apr 5, 2010 1:58:01 PM (15 years ago)
Author:
vboxsync
Message:

NAT: r59685 relates to BSD mbufs.

File:
1 edited

Legend:

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

    r27981 r27986  
    20982098    /* warn!!! should falls in mbuf minimal size */
    20992099    m->m_len = sizeof(struct arphdr) + ETH_HLEN;
     2100    m->m_data += ETH_HLEN;
     2101    m->m_len -= ETH_HLEN;
    21002102#endif
    21012103    if_encap(pData, ETH_P_ARP, m, ETH_ENCAP_URG);
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