samples: net: sockets: echo_client: Enable subg tcp
- TCP should not be disbled by default for subg in this particular sample since it is mostly used to test network rather than performance. Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com>
This commit is contained in:
parent
e9963be3af
commit
71437f71df
|
@ -1,7 +1,6 @@
|
||||||
CONFIG_BT=n
|
CONFIG_BT=n
|
||||||
|
|
||||||
# Disable TCP and IPv4 (TCP disabled to avoid heavy traffic)
|
# Disable IPv4
|
||||||
CONFIG_NET_TCP=n
|
|
||||||
CONFIG_NET_IPV4=n
|
CONFIG_NET_IPV4=n
|
||||||
|
|
||||||
CONFIG_NET_CONFIG_NEED_IPV6=y
|
CONFIG_NET_CONFIG_NEED_IPV6=y
|
||||||
|
|
Loading…
Reference in a new issue