VirtualBox

Changeset 50017 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Dec 31, 2013 6:02:06 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91464
Message:

NAT/ip_input.c:ip_input comment regarding TTL check and processing fragmennts in case of packets are for us.

File:
1 edited

Legend:

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

    r44528 r50017  
    195195    if (ip->ip_ttl==0 || ip->ip_ttl == 1)
    196196    {
     197        /* XXX: if we're in destination so perhaps we need to send ICMP_TIMXCEED_REASS */
    197198        icmp_error(pData, m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, 0, "ttl");
    198199        goto no_free_m;
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