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:
Ayush Singh 2024-04-10 17:24:36 +05:30 committed by Alberto Escolar
parent e9963be3af
commit 71437f71df

View file

@ -1,7 +1,6 @@
CONFIG_BT=n
# Disable TCP and IPv4 (TCP disabled to avoid heavy traffic)
CONFIG_NET_TCP=n
# Disable IPv4
CONFIG_NET_IPV4=n
CONFIG_NET_CONFIG_NEED_IPV6=y