zephyr/prj_base.conf: Enable TCP (and UDP explicitly).

This commit is contained in:
Paul Sokolovsky 2017-03-29 00:46:06 +03:00
parent 94c41bb06f
commit e93c4ca181

View File

@ -11,5 +11,7 @@ CONFIG_MAIN_STACK_SIZE=4096
CONFIG_NETWORKING=y
CONFIG_NET_IPV4=y
CONFIG_NET_IPV6=y
CONFIG_NET_UDP=y
CONFIG_NET_TCP=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NET_NBUF_RX_COUNT=5