VirtualBox

Changeset 39268 in vbox


Ignore:
Timestamp:
Nov 11, 2011 7:23:43 AM (13 years ago)
Author:
vboxsync
Message:

NAT: workaround for vbox/7711 in default aliasing mode.

File:
1 edited

Legend:

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

    r39101 r39268  
    856856#endif
    857857
     858            /* aliasing fragmented packets insult the receiver on guest
     859             */
     860            if (m_length(m, NULL) > if_mtu)
     861                m->m_flags |= M_SKIP_FIREWALL;
    858862            /*
    859863             * If this packet was destined for CTL_ADDR,
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