From 8a2d54981a1c1ee6563f3444cffc1d2d4784156e Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 2 Sep 2008 20:42:01 +0000 Subject: Add uIP access to ICMP protocol git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@869 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/z80sim/nsh/defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/z80sim/nsh') diff --git a/nuttx/configs/z80sim/nsh/defconfig b/nuttx/configs/z80sim/nsh/defconfig index 59343f0f6..2fc1e10de 100644 --- a/nuttx/configs/z80sim/nsh/defconfig +++ b/nuttx/configs/z80sim/nsh/defconfig @@ -241,7 +241,8 @@ CONFIG_PREALLOC_TIMERS=0 # CONFIG_NET_UDP - UDP support on or off # CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off # CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP connections -# CONFIG_NET_ICMP - ICMP ping support on or off +# CONFIG_NET_ICMP - ICMP ping response support on or off +# CONFIG_NET_ICMP_PING - ICMP ping request support on or off # CONFIG_NET_PINGADDRCONF - Use "ping" packet for setting IP address # CONFIG_NET_STATISTICS - uIP statistics on or off # CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's window @@ -261,6 +262,7 @@ CONFIG_NET_UDP=n CONFIG_NET_UDP_CHECKSUMS=y #CONFIG_NET_UDP_CONNS=10 CONFIG_NET_ICMP=n +CONFIG_NET_ICMP_PING=n #CONFIG_NET_PINGADDRCONF=0 CONFIG_NET_STATISTICS=y #CONFIG_NET_RECEIVE_WINDOW= -- cgit v1.2.3