Skip to content
Snippets Groups Projects
Commit 9448e29a authored by patacongo's avatar patacongo
Browse files

Add TFTP to OSD NSH config

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@881 42af7a65-404d-4744-a932-0658087f49c3
parent b7d9a678
No related branches found
No related tags found
No related merge requests found
......@@ -283,13 +283,13 @@ CONFIG_NET=y
CONFIG_NET_IPv6=n
CONFIG_NSOCKET_DESCRIPTORS=8
CONFIG_NET_SOCKOPTS=y
CONFIG_NET_BUFSIZE=420
CONFIG_NET_BUFSIZE=558
CONFIG_NET_TCP=y
CONFIG_NET_TCP_CONNS=8
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=8
CONFIG_NET_ICMP=y
CONFIG_NET_ICMP_PING=y
#CONFIG_NET_PINGADDRCONF=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment