mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
TCP and ICMP protocols may now be disabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@398 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+8
-6
@@ -213,23 +213,25 @@ defconfig -- This is a configuration file similar to the Linux
|
|||||||
CONFIG_NET_IPv6 - Build in support for IPv6
|
CONFIG_NET_IPv6 - Build in support for IPv6
|
||||||
CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors
|
CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors
|
||||||
per task/thread.
|
per task/thread.
|
||||||
CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
|
||||||
CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
|
||||||
CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
||||||
|
|
||||||
CONFIG_NET_BUFSIZE - uIP buffer size
|
CONFIG_NET_BUFSIZE - uIP buffer size
|
||||||
CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
|
||||||
CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers
|
|
||||||
(may be zero)
|
|
||||||
CONFIG_NET_TCPURGDATA - Determines if support for TCP urgent data
|
CONFIG_NET_TCPURGDATA - Determines if support for TCP urgent data
|
||||||
notification should be compiled in. Urgent data (out-of-band data)
|
notification should be compiled in. Urgent data (out-of-band data)
|
||||||
is a rarely used TCP feature that is very seldom would be required.
|
is a rarely used TCP feature that is very seldom would be required.
|
||||||
|
CONFIG_NET_TCP - TCP support on or off
|
||||||
|
CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
||||||
|
CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
||||||
|
CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
||||||
|
CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers
|
||||||
|
(may be zero)
|
||||||
CONFIG_NET_UDP - UDP support on or off
|
CONFIG_NET_UDP - UDP support on or off
|
||||||
CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off
|
CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off
|
||||||
CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP
|
CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP
|
||||||
connections
|
connections
|
||||||
CONFIG_NET_STATISTICS - uIP statistics on or off
|
CONFIG_NET_ICMP - ICMP ping support on or off
|
||||||
CONFIG_NET_PINGADDRCONF - Use "ping" packet for setting IP address
|
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
|
CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's
|
||||||
window
|
window
|
||||||
CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
||||||
|
|||||||
@@ -254,17 +254,19 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
# CONFIG_NET - Enable or disable all network features
|
# CONFIG_NET - Enable or disable all network features
|
||||||
# CONFIG_NET_IPv6 - Build in support for IPv6
|
# CONFIG_NET_IPv6 - Build in support for IPv6
|
||||||
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
||||||
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
|
||||||
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
|
||||||
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
||||||
# CONFIG_NET_BUFSIZE - uIP buffer size
|
# CONFIG_NET_BUFSIZE - uIP buffer size
|
||||||
|
# CONFIG_NET_TCP - TCP support on or off
|
||||||
|
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
||||||
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
||||||
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
||||||
|
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
||||||
# CONFIG_NET_UDP - UDP support on or off
|
# CONFIG_NET_UDP - UDP support on or off
|
||||||
# CONFIG_NET_UDP_CHECKSUMS - UDP checksums 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_UDP_CONNS - The maximum amount of concurrent UDP connections
|
||||||
# CONFIG_NET_STATISTICS - uIP statistics on or off
|
# CONFIG_NET_ICMP - ICMP ping support on or off
|
||||||
# CONFIG_NET_PINGADDRCONF - Use "ping" packet for setting IP address
|
# 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
|
# CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's window
|
||||||
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
||||||
# CONFIG_NET_BROADCAST - Broadcast support
|
# CONFIG_NET_BROADCAST - Broadcast support
|
||||||
@@ -273,15 +275,17 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
CONFIG_NET=n
|
CONFIG_NET=n
|
||||||
CONFIG_NET_IPv6=n
|
CONFIG_NET_IPv6=n
|
||||||
CONFIG_NSOCKET_DESCRIPTORS=0
|
CONFIG_NSOCKET_DESCRIPTORS=0
|
||||||
CONFIG_NET_TCP_CONNS=40
|
|
||||||
CONFIG_NET_MAX_LISTENPORTS=40
|
|
||||||
CONFIG_NET_SOCKOPTS=y
|
CONFIG_NET_SOCKOPTS=y
|
||||||
CONFIG_NET_BUFSIZE=420
|
CONFIG_NET_BUFSIZE=420
|
||||||
|
CONFIG_NET_TCP=n
|
||||||
|
CONFIG_NET_TCP_CONNS=40
|
||||||
|
CONFIG_NET_MAX_LISTENPORTS=40
|
||||||
CONFIG_NET_UDP=n
|
CONFIG_NET_UDP=n
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
CONFIG_NET_UDP_CHECKSUMS=y
|
||||||
#CONFIG_NET_UDP_CONNS=10
|
#CONFIG_NET_UDP_CONNS=10
|
||||||
CONFIG_NET_STATISTICS=y
|
CONFIG_NET_ICMP=n
|
||||||
#CONFIG_NET_PINGADDRCONF=0
|
#CONFIG_NET_PINGADDRCONF=0
|
||||||
|
CONFIG_NET_STATISTICS=y
|
||||||
#CONFIG_NET_RECEIVE_WINDOW=
|
#CONFIG_NET_RECEIVE_WINDOW=
|
||||||
#CONFIG_NET_ARPTAB_SIZE=8
|
#CONFIG_NET_ARPTAB_SIZE=8
|
||||||
CONFIG_NET_BROADCAST=n
|
CONFIG_NET_BROADCAST=n
|
||||||
|
|||||||
@@ -243,17 +243,19 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
# CONFIG_NET - Enable or disable all network features
|
# CONFIG_NET - Enable or disable all network features
|
||||||
# CONFIG_NET_IPv6 - Build in support for IPv6
|
# CONFIG_NET_IPv6 - Build in support for IPv6
|
||||||
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
||||||
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
|
||||||
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
|
||||||
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
||||||
# CONFIG_NET_BUFSIZE - uIP buffer size
|
# CONFIG_NET_BUFSIZE - uIP buffer size
|
||||||
|
# CONFIG_NET_TCP - TCP support on or off
|
||||||
|
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
||||||
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
||||||
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
||||||
|
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
||||||
# CONFIG_NET_UDP - UDP support on or off
|
# CONFIG_NET_UDP - UDP support on or off
|
||||||
# CONFIG_NET_UDP_CHECKSUMS - UDP checksums 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_UDP_CONNS - The maximum amount of concurrent UDP connections
|
||||||
# CONFIG_NET_STATISTICS - uIP statistics on or off
|
# CONFIG_NET_ICMP - ICMP ping support on or off
|
||||||
# CONFIG_NET_PINGADDRCONF - Use "ping" packet for setting IP address
|
# 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
|
# CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's window
|
||||||
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
||||||
# CONFIG_NET_BROADCAST - Broadcast support
|
# CONFIG_NET_BROADCAST - Broadcast support
|
||||||
@@ -262,15 +264,17 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
CONFIG_NET=n
|
CONFIG_NET=n
|
||||||
CONFIG_NET_IPv6=n
|
CONFIG_NET_IPv6=n
|
||||||
CONFIG_NSOCKET_DESCRIPTORS=0
|
CONFIG_NSOCKET_DESCRIPTORS=0
|
||||||
CONFIG_NET_TCP_CONNS=40
|
|
||||||
CONFIG_NET_MAX_LISTENPORTS=40
|
|
||||||
CONFIG_NET_SOCKOPTS=y
|
CONFIG_NET_SOCKOPTS=y
|
||||||
CONFIG_NET_BUFSIZE=420
|
CONFIG_NET_BUFSIZE=420
|
||||||
|
CONFIG_NET_TCP=n
|
||||||
|
CONFIG_NET_TCP_CONNS=40
|
||||||
|
CONFIG_NET_MAX_LISTENPORTS=40
|
||||||
CONFIG_NET_UDP=n
|
CONFIG_NET_UDP=n
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
CONFIG_NET_UDP_CHECKSUMS=y
|
||||||
#CONFIG_NET_UDP_CONNS=10
|
#CONFIG_NET_UDP_CONNS=10
|
||||||
CONFIG_NET_STATISTICS=y
|
CONFIG_NET_ICMP=n
|
||||||
#CONFIG_NET_PINGADDRCONF=0
|
#CONFIG_NET_PINGADDRCONF=0
|
||||||
|
CONFIG_NET_STATISTICS=y
|
||||||
#CONFIG_NET_RECEIVE_WINDOW=
|
#CONFIG_NET_RECEIVE_WINDOW=
|
||||||
#CONFIG_NET_ARPTAB_SIZE=8
|
#CONFIG_NET_ARPTAB_SIZE=8
|
||||||
CONFIG_NET_BROADCAST=n
|
CONFIG_NET_BROADCAST=n
|
||||||
|
|||||||
@@ -267,17 +267,19 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
# CONFIG_NET - Enable or disable all network features
|
# CONFIG_NET - Enable or disable all network features
|
||||||
# CONFIG_NET_IPv6 - Build in support for IPv6
|
# CONFIG_NET_IPv6 - Build in support for IPv6
|
||||||
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
||||||
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
|
||||||
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
|
||||||
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
||||||
# CONFIG_NET_BUFSIZE - uIP buffer size
|
# CONFIG_NET_BUFSIZE - uIP buffer size
|
||||||
|
# CONFIG_NET_TCP - TCP support on or off
|
||||||
|
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
||||||
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
||||||
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
||||||
|
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
||||||
# CONFIG_NET_UDP - UDP support on or off
|
# CONFIG_NET_UDP - UDP support on or off
|
||||||
# CONFIG_NET_UDP_CHECKSUMS - UDP checksums 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_UDP_CONNS - The maximum amount of concurrent UDP connections
|
||||||
# CONFIG_NET_STATISTICS - uIP statistics on or off
|
# CONFIG_NET_ICMP - ICMP ping support on or off
|
||||||
# CONFIG_NET_PINGADDRCONF - Use "ping" packet for setting IP address
|
# 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
|
# CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's window
|
||||||
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
||||||
# CONFIG_NET_BROADCAST - Broadcast support
|
# CONFIG_NET_BROADCAST - Broadcast support
|
||||||
@@ -286,15 +288,17 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
CONFIG_NET=n
|
CONFIG_NET=n
|
||||||
CONFIG_NET_IPv6=n
|
CONFIG_NET_IPv6=n
|
||||||
CONFIG_NSOCKET_DESCRIPTORS=0
|
CONFIG_NSOCKET_DESCRIPTORS=0
|
||||||
CONFIG_NET_TCP_CONNS=40
|
|
||||||
CONFIG_NET_MAX_LISTENPORTS=40
|
|
||||||
CONFIG_NET_SOCKOPTS=y
|
CONFIG_NET_SOCKOPTS=y
|
||||||
CONFIG_NET_BUFSIZE=420
|
CONFIG_NET_BUFSIZE=420
|
||||||
|
CONFIG_NET_TCP=n
|
||||||
|
CONFIG_NET_TCP_CONNS=40
|
||||||
|
CONFIG_NET_MAX_LISTENPORTS=40
|
||||||
CONFIG_NET_UDP=n
|
CONFIG_NET_UDP=n
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
CONFIG_NET_UDP_CHECKSUMS=y
|
||||||
#CONFIG_NET_UDP_CONNS=10
|
#CONFIG_NET_UDP_CONNS=10
|
||||||
CONFIG_NET_STATISTICS=y
|
CONFIG_NET_ICMP=n
|
||||||
#CONFIG_NET_PINGADDRCONF=0
|
#CONFIG_NET_PINGADDRCONF=0
|
||||||
|
CONFIG_NET_STATISTICS=y
|
||||||
#CONFIG_NET_RECEIVE_WINDOW=
|
#CONFIG_NET_RECEIVE_WINDOW=
|
||||||
#CONFIG_NET_ARPTAB_SIZE=8
|
#CONFIG_NET_ARPTAB_SIZE=8
|
||||||
CONFIG_NET_BROADCAST=n
|
CONFIG_NET_BROADCAST=n
|
||||||
|
|||||||
@@ -252,17 +252,19 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
# CONFIG_NET - Enable or disable all network features
|
# CONFIG_NET - Enable or disable all network features
|
||||||
# CONFIG_NET_IPv6 - Build in support for IPv6
|
# CONFIG_NET_IPv6 - Build in support for IPv6
|
||||||
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
||||||
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
|
||||||
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
|
||||||
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
||||||
# CONFIG_NET_BUFSIZE - uIP buffer size
|
# CONFIG_NET_BUFSIZE - uIP buffer size
|
||||||
|
# CONFIG_NET_TCP - TCP support on or off
|
||||||
|
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
||||||
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
||||||
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
||||||
|
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
||||||
# CONFIG_NET_UDP - UDP support on or off
|
# CONFIG_NET_UDP - UDP support on or off
|
||||||
# CONFIG_NET_UDP_CHECKSUMS - UDP checksums 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_UDP_CONNS - The maximum amount of concurrent UDP connections
|
||||||
# CONFIG_NET_STATISTICS - uIP statistics on or off
|
# CONFIG_NET_ICMP - ICMP ping support on or off
|
||||||
# CONFIG_NET_PINGADDRCONF - Use "ping" packet for setting IP address
|
# 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
|
# CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's window
|
||||||
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
||||||
# CONFIG_NET_BROADCAST - Broadcast support
|
# CONFIG_NET_BROADCAST - Broadcast support
|
||||||
@@ -271,15 +273,17 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
CONFIG_NET=n
|
CONFIG_NET=n
|
||||||
CONFIG_NET_IPv6=n
|
CONFIG_NET_IPv6=n
|
||||||
CONFIG_NSOCKET_DESCRIPTORS=0
|
CONFIG_NSOCKET_DESCRIPTORS=0
|
||||||
CONFIG_NET_TCP_CONNS=40
|
|
||||||
CONFIG_NET_MAX_LISTENPORTS=40
|
|
||||||
CONFIG_NET_SOCKOPTS=y
|
CONFIG_NET_SOCKOPTS=y
|
||||||
CONFIG_NET_BUFSIZE=420
|
CONFIG_NET_BUFSIZE=420
|
||||||
|
CONFIG_NET_TCP=n
|
||||||
|
CONFIG_NET_TCP_CONNS=40
|
||||||
|
CONFIG_NET_MAX_LISTENPORTS=40
|
||||||
CONFIG_NET_UDP=n
|
CONFIG_NET_UDP=n
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
CONFIG_NET_UDP_CHECKSUMS=y
|
||||||
#CONFIG_NET_UDP_CONNS=10
|
#CONFIG_NET_UDP_CONNS=10
|
||||||
CONFIG_NET_STATISTICS=y
|
CONFIG_NET_ICMP=n
|
||||||
#CONFIG_NET_PINGADDRCONF=0
|
#CONFIG_NET_PINGADDRCONF=0
|
||||||
|
CONFIG_NET_STATISTICS=y
|
||||||
#CONFIG_NET_RECEIVE_WINDOW=
|
#CONFIG_NET_RECEIVE_WINDOW=
|
||||||
#CONFIG_NET_ARPTAB_SIZE=8
|
#CONFIG_NET_ARPTAB_SIZE=8
|
||||||
CONFIG_NET_BROADCAST=n
|
CONFIG_NET_BROADCAST=n
|
||||||
|
|||||||
@@ -252,17 +252,19 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
# CONFIG_NET - Enable or disable all network features
|
# CONFIG_NET - Enable or disable all network features
|
||||||
# CONFIG_NET_IPv6 - Build in support for IPv6
|
# CONFIG_NET_IPv6 - Build in support for IPv6
|
||||||
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
||||||
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
|
||||||
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
|
||||||
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
||||||
# CONFIG_NET_BUFSIZE - uIP buffer size
|
# CONFIG_NET_BUFSIZE - uIP buffer size
|
||||||
|
# CONFIG_NET_TCP - TCP support on or off
|
||||||
|
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
||||||
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
||||||
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
||||||
|
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
||||||
# CONFIG_NET_UDP - UDP support on or off
|
# CONFIG_NET_UDP - UDP support on or off
|
||||||
# CONFIG_NET_UDP_CHECKSUMS - UDP checksums 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_UDP_CONNS - The maximum amount of concurrent UDP connections
|
||||||
# CONFIG_NET_STATISTICS - uIP statistics on or off
|
# CONFIG_NET_ICMP - ICMP ping support on or off
|
||||||
# CONFIG_NET_PINGADDRCONF - Use "ping" packet for setting IP address
|
# 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
|
# CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's window
|
||||||
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
||||||
# CONFIG_NET_BROADCAST - Broadcast support
|
# CONFIG_NET_BROADCAST - Broadcast support
|
||||||
@@ -271,15 +273,17 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
CONFIG_NET_IPv6=n
|
CONFIG_NET_IPv6=n
|
||||||
CONFIG_NSOCKET_DESCRIPTORS=8
|
CONFIG_NSOCKET_DESCRIPTORS=8
|
||||||
CONFIG_NET_TCP_CONNS=8
|
|
||||||
CONFIG_NET_MAX_LISTENPORTS=8
|
|
||||||
CONFIG_NET_SOCKOPTS=y
|
CONFIG_NET_SOCKOPTS=y
|
||||||
CONFIG_NET_BUFSIZE=420
|
CONFIG_NET_BUFSIZE=420
|
||||||
CONFIG_NET_UDP=y
|
CONFIG_NET_TCP=y
|
||||||
|
CONFIG_NET_TCP_CONNS=8
|
||||||
|
CONFIG_NET_MAX_LISTENPORTS=8
|
||||||
|
CONFIG_NET_UDP=n
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
CONFIG_NET_UDP_CHECKSUMS=y
|
||||||
#CONFIG_NET_UDP_CONNS=10
|
#CONFIG_NET_UDP_CONNS=10
|
||||||
CONFIG_NET_STATISTICS=n
|
CONFIG_NET_ICMP=y
|
||||||
#CONFIG_NET_PINGADDRCONF=0
|
#CONFIG_NET_PINGADDRCONF=0
|
||||||
|
CONFIG_NET_STATISTICS=n
|
||||||
#CONFIG_NET_RECEIVE_WINDOW=
|
#CONFIG_NET_RECEIVE_WINDOW=
|
||||||
#CONFIG_NET_ARPTAB_SIZE=8
|
#CONFIG_NET_ARPTAB_SIZE=8
|
||||||
CONFIG_NET_BROADCAST=n
|
CONFIG_NET_BROADCAST=n
|
||||||
|
|||||||
@@ -252,17 +252,19 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
# CONFIG_NET - Enable or disable all network features
|
# CONFIG_NET - Enable or disable all network features
|
||||||
# CONFIG_NET_IPv6 - Build in support for IPv6
|
# CONFIG_NET_IPv6 - Build in support for IPv6
|
||||||
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
||||||
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
|
||||||
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
|
||||||
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
||||||
# CONFIG_NET_BUFSIZE - uIP buffer size
|
# CONFIG_NET_BUFSIZE - uIP buffer size
|
||||||
|
# CONFIG_NET_TCP - TCP support on or off
|
||||||
|
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
||||||
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
||||||
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
||||||
|
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
||||||
# CONFIG_NET_UDP - UDP support on or off
|
# CONFIG_NET_UDP - UDP support on or off
|
||||||
# CONFIG_NET_UDP_CHECKSUMS - UDP checksums 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_UDP_CONNS - The maximum amount of concurrent UDP connections
|
||||||
# CONFIG_NET_STATISTICS - uIP statistics on or off
|
# CONFIG_NET_ICMP - ICMP ping support on or off
|
||||||
# CONFIG_NET_PINGADDRCONF - Use "ping" packet for setting IP address
|
# 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
|
# CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's window
|
||||||
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
||||||
# CONFIG_NET_BROADCAST - Broadcast support
|
# CONFIG_NET_BROADCAST - Broadcast support
|
||||||
@@ -271,15 +273,17 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
CONFIG_NET_IPv6=n
|
CONFIG_NET_IPv6=n
|
||||||
CONFIG_NSOCKET_DESCRIPTORS=8
|
CONFIG_NSOCKET_DESCRIPTORS=8
|
||||||
CONFIG_NET_TCP_CONNS=8
|
|
||||||
CONFIG_NET_MAX_LISTENPORTS=8
|
|
||||||
CONFIG_NET_SOCKOPTS=y
|
CONFIG_NET_SOCKOPTS=y
|
||||||
CONFIG_NET_BUFSIZE=420
|
CONFIG_NET_BUFSIZE=420
|
||||||
CONFIG_NET_UDP=y
|
CONFIG_NET_TCP=y
|
||||||
|
CONFIG_NET_TCP_CONNS=8
|
||||||
|
CONFIG_NET_MAX_LISTENPORTS=8
|
||||||
|
CONFIG_NET_UDP=n
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
CONFIG_NET_UDP_CHECKSUMS=y
|
||||||
#CONFIG_NET_UDP_CONNS=10
|
#CONFIG_NET_UDP_CONNS=10
|
||||||
CONFIG_NET_STATISTICS=n
|
CONFIG_NET_ICMP=y
|
||||||
#CONFIG_NET_PINGADDRCONF=0
|
#CONFIG_NET_PINGADDRCONF=0
|
||||||
|
CONFIG_NET_STATISTICS=n
|
||||||
#CONFIG_NET_RECEIVE_WINDOW=
|
#CONFIG_NET_RECEIVE_WINDOW=
|
||||||
#CONFIG_NET_ARPTAB_SIZE=8
|
#CONFIG_NET_ARPTAB_SIZE=8
|
||||||
CONFIG_NET_BROADCAST=n
|
CONFIG_NET_BROADCAST=n
|
||||||
|
|||||||
@@ -240,17 +240,19 @@ CONFIG_PREALLOC_TIMERS=0
|
|||||||
# CONFIG_NET - Enable or disable all network features
|
# CONFIG_NET - Enable or disable all network features
|
||||||
# CONFIG_NET_IPv6 - Build in support for IPv6
|
# CONFIG_NET_IPv6 - Build in support for IPv6
|
||||||
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
||||||
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
|
||||||
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
|
||||||
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
||||||
# CONFIG_NET_BUFSIZE - uIP buffer size
|
# CONFIG_NET_BUFSIZE - uIP buffer size
|
||||||
|
# CONFIG_NET_TCP - TCP support on or off
|
||||||
|
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
||||||
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
||||||
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
||||||
|
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
||||||
# CONFIG_NET_UDP - UDP support on or off
|
# CONFIG_NET_UDP - UDP support on or off
|
||||||
# CONFIG_NET_UDP_CHECKSUMS - UDP checksums 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_UDP_CONNS - The maximum amount of concurrent UDP connections
|
||||||
# CONFIG_NET_STATISTICS - uIP statistics on or off
|
# CONFIG_NET_ICMP - ICMP ping support on or off
|
||||||
# CONFIG_NET_PINGADDRCONF - Use "ping" packet for setting IP address
|
# 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
|
# CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's window
|
||||||
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
||||||
# CONFIG_NET_BROADCAST - Broadcast support
|
# CONFIG_NET_BROADCAST - Broadcast support
|
||||||
@@ -259,15 +261,17 @@ CONFIG_PREALLOC_TIMERS=0
|
|||||||
CONFIG_NET=n
|
CONFIG_NET=n
|
||||||
CONFIG_NET_IPv6=n
|
CONFIG_NET_IPv6=n
|
||||||
CONFIG_NSOCKET_DESCRIPTORS=0
|
CONFIG_NSOCKET_DESCRIPTORS=0
|
||||||
CONFIG_NET_TCP_CONNS=40
|
|
||||||
CONFIG_NET_MAX_LISTENPORTS=40
|
|
||||||
CONFIG_NET_SOCKOPTS=y
|
CONFIG_NET_SOCKOPTS=y
|
||||||
CONFIG_NET_BUFSIZE=420
|
CONFIG_NET_BUFSIZE=420
|
||||||
|
CONFIG_NET_TCP=n
|
||||||
|
CONFIG_NET_TCP_CONNS=40
|
||||||
|
CONFIG_NET_MAX_LISTENPORTS=40
|
||||||
CONFIG_NET_UDP=n
|
CONFIG_NET_UDP=n
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
CONFIG_NET_UDP_CHECKSUMS=y
|
||||||
#CONFIG_NET_UDP_CONNS=10
|
#CONFIG_NET_UDP_CONNS=10
|
||||||
CONFIG_NET_STATISTICS=y
|
CONFIG_NET_ICMP=n
|
||||||
#CONFIG_NET_PINGADDRCONF=0
|
#CONFIG_NET_PINGADDRCONF=0
|
||||||
|
CONFIG_NET_STATISTICS=y
|
||||||
#CONFIG_NET_RECEIVE_WINDOW=
|
#CONFIG_NET_RECEIVE_WINDOW=
|
||||||
#CONFIG_NET_ARPTAB_SIZE=8
|
#CONFIG_NET_ARPTAB_SIZE=8
|
||||||
CONFIG_NET_BROADCAST=n
|
CONFIG_NET_BROADCAST=n
|
||||||
|
|||||||
+10
-6
@@ -214,17 +214,19 @@ CONFIG_FS_FAT=y
|
|||||||
# CONFIG_NET - Enable or disable all network features
|
# CONFIG_NET - Enable or disable all network features
|
||||||
# CONFIG_NET_IPv6 - Build in support for IPv6
|
# CONFIG_NET_IPv6 - Build in support for IPv6
|
||||||
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
||||||
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
|
||||||
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
|
||||||
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
||||||
# CONFIG_NET_BUFSIZE - uIP buffer size
|
# CONFIG_NET_BUFSIZE - uIP buffer size
|
||||||
|
# CONFIG_NET_TCP - TCP support on or off
|
||||||
|
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
||||||
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
||||||
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
||||||
|
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
||||||
# CONFIG_NET_UDP - UDP support on or off
|
# CONFIG_NET_UDP - UDP support on or off
|
||||||
# CONFIG_NET_UDP_CHECKSUMS - UDP checksums 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_UDP_CONNS - The maximum amount of concurrent UDP connections
|
||||||
# CONFIG_NET_STATISTICS - uIP statistics on or off
|
# CONFIG_NET_ICMP - ICMP ping support on or off
|
||||||
# CONFIG_NET_PINGADDRCONF - Use "ping" packet for setting IP address
|
# 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
|
# CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's window
|
||||||
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
||||||
# CONFIG_NET_BROADCAST - Broadcast support
|
# CONFIG_NET_BROADCAST - Broadcast support
|
||||||
@@ -233,15 +235,17 @@ CONFIG_FS_FAT=y
|
|||||||
CONFIG_NET=n
|
CONFIG_NET=n
|
||||||
CONFIG_NET_IPv6=n
|
CONFIG_NET_IPv6=n
|
||||||
CONFIG_NSOCKET_DESCRIPTORS=0
|
CONFIG_NSOCKET_DESCRIPTORS=0
|
||||||
CONFIG_NET_TCP_CONNS=40
|
|
||||||
CONFIG_NET_MAX_LISTENPORTS=40
|
|
||||||
CONFIG_NET_SOCKOPTS=y
|
CONFIG_NET_SOCKOPTS=y
|
||||||
CONFIG_NET_BUFSIZE=420
|
CONFIG_NET_BUFSIZE=420
|
||||||
|
CONFIG_NET_TCP=n
|
||||||
|
CONFIG_NET_TCP_CONNS=40
|
||||||
|
CONFIG_NET_MAX_LISTENPORTS=40
|
||||||
CONFIG_NET_UDP=n
|
CONFIG_NET_UDP=n
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
CONFIG_NET_UDP_CHECKSUMS=y
|
||||||
#CONFIG_NET_UDP_CONNS=10
|
#CONFIG_NET_UDP_CONNS=10
|
||||||
CONFIG_NET_STATISTICS=y
|
CONFIG_NET_ICMP=n
|
||||||
#CONFIG_NET_PINGADDRCONF=0
|
#CONFIG_NET_PINGADDRCONF=0
|
||||||
|
CONFIG_NET_STATISTICS=y
|
||||||
#CONFIG_NET_RECEIVE_WINDOW=
|
#CONFIG_NET_RECEIVE_WINDOW=
|
||||||
#CONFIG_NET_ARPTAB_SIZE=8
|
#CONFIG_NET_ARPTAB_SIZE=8
|
||||||
CONFIG_NET_BROADCAST=n
|
CONFIG_NET_BROADCAST=n
|
||||||
|
|||||||
+10
-6
@@ -215,17 +215,19 @@ CONFIG_FS_FAT=y
|
|||||||
# CONFIG_NET - Enable or disable all network features
|
# CONFIG_NET - Enable or disable all network features
|
||||||
# CONFIG_NET_IPv6 - Build in support for IPv6
|
# CONFIG_NET_IPv6 - Build in support for IPv6
|
||||||
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
|
||||||
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
|
||||||
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
|
||||||
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
|
||||||
# CONFIG_NET_BUFSIZE - uIP buffer size
|
# CONFIG_NET_BUFSIZE - uIP buffer size
|
||||||
|
# CONFIG_NET_TCP - TCP support on or off
|
||||||
|
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
|
||||||
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
# CONFIG_NET_TCP_READAHEAD_BUFSIZE - Size of TCP read-ahead buffers
|
||||||
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
# CONFIG_NET_NTCP_READAHEAD_BUFFERS - Number of TCP read-ahead buffers (may be zero)
|
||||||
|
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
|
||||||
# CONFIG_NET_UDP - UDP support on or off
|
# CONFIG_NET_UDP - UDP support on or off
|
||||||
# CONFIG_NET_UDP_CHECKSUMS - UDP checksums 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_UDP_CONNS - The maximum amount of concurrent UDP connections
|
||||||
# CONFIG_NET_STATISTICS - uIP statistics on or off
|
# CONFIG_NET_ICMP - ICMP ping support on or off
|
||||||
# CONFIG_NET_PINGADDRCONF - Use "ping" packet for setting IP address
|
# 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
|
# CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's window
|
||||||
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
# CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
|
||||||
# CONFIG_NET_BROADCAST - Broadcast support
|
# CONFIG_NET_BROADCAST - Broadcast support
|
||||||
@@ -234,15 +236,17 @@ CONFIG_FS_FAT=y
|
|||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
CONFIG_NET_IPv6=n
|
CONFIG_NET_IPv6=n
|
||||||
CONFIG_NSOCKET_DESCRIPTORS=8
|
CONFIG_NSOCKET_DESCRIPTORS=8
|
||||||
CONFIG_NET_TCP_CONNS=40
|
|
||||||
CONFIG_NET_MAX_LISTENPORTS=40
|
|
||||||
CONFIG_NET_SOCKOPTS=y
|
CONFIG_NET_SOCKOPTS=y
|
||||||
CONFIG_NET_BUFSIZE=420
|
CONFIG_NET_BUFSIZE=420
|
||||||
|
CONFIG_NET_TCP=y
|
||||||
|
CONFIG_NET_TCP_CONNS=40
|
||||||
|
CONFIG_NET_MAX_LISTENPORTS=40
|
||||||
CONFIG_NET_UDP=y
|
CONFIG_NET_UDP=y
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
CONFIG_NET_UDP_CHECKSUMS=y
|
||||||
#CONFIG_NET_UDP_CONNS=10
|
#CONFIG_NET_UDP_CONNS=10
|
||||||
CONFIG_NET_STATISTICS=y
|
CONFIG_NET_ICMP=y
|
||||||
#CONFIG_NET_PINGADDRCONF=0
|
#CONFIG_NET_PINGADDRCONF=0
|
||||||
|
CONFIG_NET_STATISTICS=y
|
||||||
#CONFIG_NET_RECEIVE_WINDOW=
|
#CONFIG_NET_RECEIVE_WINDOW=
|
||||||
#CONFIG_NET_ARPTAB_SIZE=8
|
#CONFIG_NET_ARPTAB_SIZE=8
|
||||||
CONFIG_NET_BROADCAST=n
|
CONFIG_NET_BROADCAST=n
|
||||||
|
|||||||
Reference in New Issue
Block a user