Changeset 28167 in vbox
- Timestamp:
- Apr 12, 2010 3:31:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_icmp.c
r28166 r28167 422 422 errno, strerror(errno))); 423 423 icmp_error(pData, m, ICMP_UNREACH, ICMP_UNREACH_NET, 0, strerror(errno)); 424 }425 else if (!time_fasttimo)426 {427 time_fasttimo = curtime; /* Flag when we want a fasttimo */428 424 } 429 425 }
Note:
See TracChangeset
for help on using the changeset viewer.