VirtualBox

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


Ignore:
Timestamp:
Oct 9, 2019 10:14:56 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133850
Message:

NAT: ip_output0 - fix handling of mbuf shortage when we do fragmentation.

File:
1 edited

Legend:

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

    r76553 r81199  
    233233                error = -1;
    234234                ipstat.ips_odropped++;
    235                 goto send_or_free;
     235                goto exit_drop_package;
    236236            }
    237237            m->m_data += if_maxlinkhdr;
     
    292292        ip->ip_sum = cksum(m, mhlen);
    293293
    294 send_or_free:
    295294        if (!(m->m_flags & M_SKIP_FIREWALL)){
    296295            /** @todo We can't alias all fragments because the way libalias processing
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