9
0
Fork 0

UDP needed to support resolv_query

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2378 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2009-12-17 21:27:08 +00:00
parent 661585341a
commit e95183a3d4
1 changed files with 2 additions and 2 deletions

View File

@ -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