UDP needed to support resolv_query
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2378 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
8ed8fb28a8
commit
d5ff0dcf32
|
@ -360,9 +360,9 @@ CONFIG_NET_TCP_CONNS=8
|
|||
CONFIG_NET_NTCP_READAHEAD_BUFFERS=32
|
||||
CONFIG_NET_TCPBACKLOG=n
|
||||
CONFIG_NET_MAX_LISTENPORTS=8
|
||||
CONFIG_NET_UDP=n
|
||||
CONFIG_NET_UDP=y
|
||||
CONFIG_NET_UDP_CHECKSUMS=y
|
||||
#CONFIG_NET_UDP_CONNS=10
|
||||
#CONFIG_NET_UDP_CONNS=4
|
||||
CONFIG_NET_ICMP=y
|
||||
CONFIG_NET_ICMP_PING=n
|
||||
#CONFIG_NET_PINGADDRCONF=0
|
||||
|
|
Loading…
Reference in New Issue