Changeset 63478 in vbox for trunk/src/VBox/Devices/Network/slirp/ip_icmp.c
- Timestamp:
- Aug 15, 2016 2:04:10 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110129
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_icmp.c
r63459 r63478 64 64 /* The message sent when emulating PING */ 65 65 /* Be nice and tell them it's just a psuedo-ping packet */ 66 #if 0 66 #if 0 /* unused */ 67 67 static const char icmp_ping_msg[] = "This is a psuedo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n"; 68 68 #endif
Note:
See TracChangeset
for help on using the changeset viewer.