Changeset 63459 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Aug 15, 2016 7:51:18 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_icmp.c
r63016 r63459 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 67 static const char icmp_ping_msg[] = "This is a psuedo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n"; 68 #endif 67 69 68 70 /* list of actions for icmp_error() on RX of an icmp message */
Note:
See TracChangeset
for help on using the changeset viewer.