Changeset 50017 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Dec 31, 2013 6:02:06 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_input.c
r44528 r50017 195 195 if (ip->ip_ttl==0 || ip->ip_ttl == 1) 196 196 { 197 /* XXX: if we're in destination so perhaps we need to send ICMP_TIMXCEED_REASS */ 197 198 icmp_error(pData, m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, 0, "ttl"); 198 199 goto no_free_m;
Note:
See TracChangeset
for help on using the changeset viewer.