Revision 9634d903 slirp/ip_icmp.c

b/slirp/ip_icmp.c
46 46
char icmp_ping_msg[] = "This is a psuedo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
47 47

  
48 48
/* list of actions for icmp_error() on RX of an icmp message */
49
static int icmp_flush[19] = {
49
static const int icmp_flush[19] = {
50 50
/*  ECHO REPLY (0)  */   0,
51 51
		         1,
52 52
		         1,

Also available in: Unified diff