From a2b8f82b1fff1f64865267807e0a2b078fec43d8 Mon Sep 17 00:00:00 2001
From: patacongo
@@ -3537,6 +3544,7 @@ mount -t vfat /dev/ram1 /tmp
+
+ CONFIG_NSH_MAX_ROUNDTRIP
+ This is the maximum round trip for a response to a ICMP ECHO request.
+ It is in units of deciseconds. The default is 20 (2 seconds).
+
+ CONFIG_NSH_IOBUFFER_SIZECONFIG_NSH_IPADDRCONFIG_NSH_LINELENCONFIG_NSH_MAX_ROUNDTRIPCONFIG_NSH_NESTDEPTHCONFIG_NSH_NETMASKCONFIG_NSH_NOMACCONFIG_ARCH_BZERO
CONFIG_ARCH_MEMCPY is not selected, then you make also select Daniel
+ Vik's optimized implementation of memcpy():
+
+ CONFIG_MEMCPY_VIK:
+ Select this option to use the optimized memcpy() function by Daniel Vik.
+ See licensing information in the top-level COPYING file.
+ Default: n.
+
+ And if CONFIG_MEMCPY_VIK, the following tuning options are available:
+
CONFIG_MEMCPY_PRE_INC_PTRS:
+ Use pre-increment of pointers.
+ Default is post increment of pointers.
+CONFIG_MEMCPY_INDEXED_COPY
+ Copying data using array indexing.
+ Using this option, disables the CONFIG_MEMCPY_PRE_INC_PTRS option.
+CONFIG_MEMCPY_64BIT:
+ Compiles memcpy for 64 bit architectures
+The architecture may provide custom versions of certain standard header files: @@ -5180,6 +5209,11 @@ build
CONFIG_NET_RESOLV_ENTRIES: Number of resolver entries
CONFIG_NET_RESOLV_MAXRESPONSE:
+ This setting determines the maximum size of response message that can be received by the DNS resolver.
+ The default is 96 but may need to be larger on enterprise networks (perhaps 176).
+